From ebb7b05f5a94c0974894f41991af3185f2560598 Mon Sep 17 00:00:00 2001 From: Cody Russell Date: Tue, 19 Jan 2010 16:02:50 -0600 Subject: IDO initial commit, scale menuitem --- example/Makefile.am | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 example/Makefile.am (limited to 'example/Makefile.am') diff --git a/example/Makefile.am b/example/Makefile.am new file mode 100644 index 0000000..c7f9c15 --- /dev/null +++ b/example/Makefile.am @@ -0,0 +1,16 @@ +noinst_PROGRAMS = \ + menus + +menus_SOURCES = \ + menus.c + +menus_CPPFLAGS = \ + -I$(top_srcdir) \ + -I$(top_srcdir)/src \ + -I$(top_builddir)/src \ + $(GCC_FLAGS) \ + $(GTK_CFLAGS) \ + $(MAINTAINER_CFLAGS) + +menus_LDADD = $(top_builddir)/src/libido-0.1.la + -- cgit v1.2.3