From f43f3a722323448dfce514a2b435390fd837ddee Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 4 Nov 2010 13:12:12 -0400 Subject: Switch to nonrecursive make for core (i.e. not tests/) This is cleaner and faster, and prepares us better for an incoming import of CMPH. --- Makefile-examples.am | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Makefile-examples.am (limited to 'Makefile-examples.am') diff --git a/Makefile-examples.am b/Makefile-examples.am new file mode 100644 index 00000000..0d9cedcf --- /dev/null +++ b/Makefile-examples.am @@ -0,0 +1,5 @@ +noinst_PROGRAMS += glib-print + +glib_print_SOURCES = examples/glib-print.c +glib_print_CFLAGS = $(GOBJECT_CFLAGS) -I$(top_srcdir)/girepository +glib_print_LDADD = libgirepository-1.0.la $(GOBJECT_LIBS) -- cgit v1.2.1