X-Git-Url: https://git.draconx.ca/gitweb/aspectbin.git/blobdiff_plain/145283adfb15243f2e744d8541a734160c9d1f62..43baddf105a35ca84e3d9bdc685df6edd65ad5aa:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 07b997b..aba5e9e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,14 @@ -SUBDIRS = . examples +DIST_SUBDIRS = . icons examples +SUBDIRS = . icons ACLOCAL_AMFLAGS = -I m4 lib_LTLIBRARIES = libaspectbin.la +if INST_GLADE +glade_catalogdir = $(GLADE_catalogdir) +dist_glade_catalog_DATA = aspectbin.xml +endif + libaspectbin_la_SOURCES = aspectbin.c libaspectbin_la_CFLAGS = $(GTK_CFLAGS) libaspectbin_la_LDFLAGS = $(GTK_LIBS)