diff options
author | Cody Russell <crussell@canonical.com> | 2011-01-18 11:08:29 -0600 |
---|---|---|
committer | Cody Russell <crussell@canonical.com> | 2011-01-18 11:08:29 -0600 |
commit | 603f327912365d9b62eae54eb361a5a475004a41 (patch) | |
tree | c2c9d11cf64235ddfaba404cb6be3ead6c33f4a1 /example/Makefile.am | |
parent | ecaf8c79100edb021581e1e409aeb7055800d469 (diff) | |
parent | 9f822793fe6fa9f388cf5768e7731b0121e27deb (diff) | |
download | ayatana-ido-603f327912365d9b62eae54eb361a5a475004a41.tar.gz ayatana-ido-603f327912365d9b62eae54eb361a5a475004a41.tar.bz2 ayatana-ido-603f327912365d9b62eae54eb361a5a475004a41.zip |
Fix linker problems in Natty.
Diffstat (limited to 'example/Makefile.am')
-rw-r--r-- | example/Makefile.am | 6 |
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) |