X-Git-Url: http://git.draconx.ca/gitweb/aspectbin.git/blobdiff_plain/bbda4fee7164bffd88a627c8ed4c60c22f0fad5c..cdbe33497fbccf1df3c6f55d48dfd89b804eca3f:/examples/Makefile.am diff --git a/examples/Makefile.am b/examples/Makefile.am index 4667bbd..88a41d4 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,4 +1,6 @@ -bin_PROGRAMS = simplebuttons +noinst_PROGRAMS = simplebuttons + +AM_CPPFLAGS = -I$(top_srcdir) simplebuttons_SOURCES = simplebuttons.c simplebuttons_CFLAGS = $(GTK_CFLAGS)