summaryrefslogtreecommitdiff
path: root/examples/Makefile.am_fragment
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Makefile.am_fragment')
-rw-r--r--examples/Makefile.am_fragment5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/Makefile.am_fragment b/examples/Makefile.am_fragment
new file mode 100644
index 0000000..0cc394a
--- /dev/null
+++ b/examples/Makefile.am_fragment
@@ -0,0 +1,5 @@
+#Where to find the header files needed by the source files:
+INCLUDES = -I$(top_srcdir) @LIBXML_CFLAGS@
+
+#The libraries that the executable needs to link against:
+LIBS = $(top_builddir)/cairomm/cairommm-1.0.la @LIBS@ @LIBXML_LIBS@