X-Git-Url: https://git.draconx.ca/gitweb/aspectbin.git/blobdiff_plain/52fc004ac5fc97e387412b61604bec0ab845a970..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)