aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorCody Russell <crussell@canonical.com>2011-01-18 09:54:24 -0600
committerCody Russell <crussell@canonical.com>2011-01-18 09:54:24 -0600
commit9f822793fe6fa9f388cf5768e7731b0121e27deb (patch)
treec2c9d11cf64235ddfaba404cb6be3ead6c33f4a1 /example
parentecaf8c79100edb021581e1e409aeb7055800d469 (diff)
downloadayatana-ido-9f822793fe6fa9f388cf5768e7731b0121e27deb.tar.gz
ayatana-ido-9f822793fe6fa9f388cf5768e7731b0121e27deb.tar.bz2
ayatana-ido-9f822793fe6fa9f388cf5768e7731b0121e27deb.zip
Add GTK_LIBS to the example programs' LDADD
Diffstat (limited to 'example')
-rw-r--r--example/Makefile.am6
1 files changed, 3 insertions, 3 deletions
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)