From 145283adfb15243f2e744d8541a734160c9d1f62 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Mon, 16 Mar 2009 02:07:53 -0400 Subject: [PATCH] Fix omissions from Makefile.am's. --- Makefile.am | 1 + examples/Makefile.am | 2 ++ 2 files changed, 3 insertions(+) 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) -- 2.43.2