From e90ec22f6273efe3da3241355886d14b6c9d06a9 Mon Sep 17 00:00:00 2001 From: Cody Russell Date: Sun, 15 Aug 2010 17:47:53 +0100 Subject: Feel up your widgets. --- example/Makefile.am | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'example/Makefile.am') 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 -- cgit v1.2.3