X-Git-Url: https://git.draconx.ca/gitweb/aspectbin.git/blobdiff_plain/dea80f52ec221e27a4442dd6a5bdd6bf95410304..1dde82f09550d403bf3c964f5c16791badf8048c:/examples/Makefile.am diff --git a/examples/Makefile.am b/examples/Makefile.am index 88a41d4..1ac8dd4 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -6,3 +6,11 @@ simplebuttons_SOURCES = simplebuttons.c simplebuttons_CFLAGS = $(GTK_CFLAGS) simplebuttons_LDFLAGS = $(GTK_LIBS) simplebuttons_LDADD = $(top_builddir)/libaspectbin.la + +if BUILD_LIBGLADE +noinst_PROGRAMS += glade_simple +glade_simple_SOURCES = glade_simple.c +glade_simple_CFLAGS = $(GTK_CFLAGS) $(LIBGLADE_CFLAGS) +glade_simple_LDFLAGS = $(GTK_LIBS) $(LIBGLADE_LIBS) -static +glade_simple_LDADD = $(top_builddir)/libaspectbin.la +endif