X-Git-Url: http://git.draconx.ca/gitweb/aspectbin.git/blobdiff_plain/bbda4fee7164bffd88a627c8ed4c60c22f0fad5c..145283adfb15243f2e744d8541a734160c9d1f62:/examples/Makefile.am diff --git a/examples/Makefile.am b/examples/Makefile.am index 4667bbd..f8632c9 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,5 +1,7 @@ bin_PROGRAMS = simplebuttons +AM_CPPFLAGS = -I$(top_srcdir) + simplebuttons_SOURCES = simplebuttons.c simplebuttons_CFLAGS = $(GTK_CFLAGS) simplebuttons_LDFLAGS = $(GTK_LIBS)