From 9f822793fe6fa9f388cf5768e7731b0121e27deb Mon Sep 17 00:00:00 2001 From: Cody Russell Date: Tue, 18 Jan 2011 09:54:24 -0600 Subject: Add GTK_LIBS to the example programs' LDADD --- example/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'example') diff --git a/example/Makefile.am b/example/Makefile.am index 702cc8f..a053438 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -36,8 +36,8 @@ menus_CPPFLAGS = \ $(GTK_CFLAGS) \ $(MAINTAINER_CFLAGS) -gesture_LDADD = $(top_builddir)/src/libido-0.1.la +gesture_LDADD = $(top_builddir)/src/libido-0.1.la $(GTK_LIBS) -messagedialog_LDADD = $(top_builddir)/src/libido-0.1.la +messagedialog_LDADD = $(top_builddir)/src/libido-0.1.la $(GTK_LIBS) -menus_LDADD = $(top_builddir)/src/libido-0.1.la +menus_LDADD = $(top_builddir)/src/libido-0.1.la $(GTK_LIBS) -- cgit v1.2.3