summaryrefslogtreecommitdiff
path: root/Makefile-examples.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile-examples.am')
-rw-r--r--Makefile-examples.am5
1 files changed, 5 insertions, 0 deletions
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)