From: Nick Bowler Date: Mon, 16 Mar 2009 06:07:53 +0000 (-0400) Subject: Fix omissions from Makefile.am's. X-Git-Url: http://git.draconx.ca/gitweb/aspectbin.git/commitdiff_plain/145283adfb15243f2e744d8541a734160c9d1f62 Fix omissions from Makefile.am's. --- diff --git a/Makefile.am b/Makefile.am index 9bed395..07b997b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,6 +6,7 @@ lib_LTLIBRARIES = libaspectbin.la libaspectbin_la_SOURCES = aspectbin.c libaspectbin_la_CFLAGS = $(GTK_CFLAGS) libaspectbin_la_LDFLAGS = $(GTK_LIBS) +include_HEADERS = aspectbin.h if BUILD_GLADE libaspectbin_la_SOURCES += aspectbin-glade.c 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)