diff options
author | Cody Russell <crussell@canonical.com> | 2010-08-15 17:47:53 +0100 |
---|---|---|
committer | Cody Russell <crussell@canonical.com> | 2010-08-15 17:47:53 +0100 |
commit | e90ec22f6273efe3da3241355886d14b6c9d06a9 (patch) | |
tree | 79739322f10cbb5768888707dddcdeeab289087e /example/Makefile.am | |
parent | f3893ee568a61cb9f893502113826a29e601e807 (diff) | |
download | ayatana-ido-e90ec22f6273efe3da3241355886d14b6c9d06a9.tar.gz ayatana-ido-e90ec22f6273efe3da3241355886d14b6c9d06a9.tar.bz2 ayatana-ido-e90ec22f6273efe3da3241355886d14b6c9d06a9.zip |
Feel up your widgets.
Diffstat (limited to 'example/Makefile.am')
-rw-r--r-- | example/Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/example/Makefile.am b/example/Makefile.am index bd96642..702cc8f 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -1,7 +1,19 @@ noinst_PROGRAMS = \ + gesture \ messagedialog \ menus +gesture_SOURCES = \ + gesture.c + +gesture_CPPFLAGS = \ + -I$(top_srcdir) \ + -I$(top_srcdir)/src \ + -I$(top_builddir)/src \ + $(GCC_FLAGS) \ + $(GTK_CFLAGS) \ + $(MAINTAINER_CFLAGS) + messagedialog_SOURCES = \ messagedialog.c @@ -24,6 +36,8 @@ menus_CPPFLAGS = \ $(GTK_CFLAGS) \ $(MAINTAINER_CFLAGS) +gesture_LDADD = $(top_builddir)/src/libido-0.1.la + messagedialog_LDADD = $(top_builddir)/src/libido-0.1.la menus_LDADD = $(top_builddir)/src/libido-0.1.la |