From 5b3b2fe2705a2b9e56d8d468b842c48eef9515c0 Mon Sep 17 00:00:00 2001 From: Cody Russell Date: Tue, 18 Jan 2011 11:12:19 -0600 Subject: Remove IdoGestureManager --- example/Makefile.am | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'example/Makefile.am') diff --git a/example/Makefile.am b/example/Makefile.am index a053438..7e76434 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -1,19 +1,7 @@ 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 @@ -36,8 +24,6 @@ menus_CPPFLAGS = \ $(GTK_CFLAGS) \ $(MAINTAINER_CFLAGS) -gesture_LDADD = $(top_builddir)/src/libido-0.1.la $(GTK_LIBS) - messagedialog_LDADD = $(top_builddir)/src/libido-0.1.la $(GTK_LIBS) menus_LDADD = $(top_builddir)/src/libido-0.1.la $(GTK_LIBS) -- cgit v1.2.3