summaryrefslogtreecommitdiff
path: root/examples/Makefile.am_fragment
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2006-01-07 11:53:02 +0000
committerMurray Cumming <murrayc@murrayc.com>2006-01-07 11:53:02 +0000
commit51fecda0dd28e39f848b32bc5cf30085c4bc0f74 (patch)
tree506f685cfd4cccd9028c837d9dc56a8313a278c5 /examples/Makefile.am_fragment
parent7ace3834f64d8c5b11215e33c3d6488e2af5f2c7 (diff)
2006-01-06 Jonathon Jongsma <jonathon.jongsma@gmail.com>
* cairomm/surface.cc: * cairomm/surface.h: Added implementation of write_to_png() and write_to_png_stream() when PNG support is available in the base cairo library * examples/png_file/*: Added an example of creating an image surface and saving it to a png image file * examples/Makefile.am: add new example directory to SUBDIRS list * configure.in: added output declaration for examples/png_file/Makefile * examples/makefile.am_fragment: fix leftover libxml boilerplate
Diffstat (limited to 'examples/Makefile.am_fragment')
-rw-r--r--examples/Makefile.am_fragment4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Makefile.am_fragment b/examples/Makefile.am_fragment
index 0cc394a..779597d 100644
--- a/examples/Makefile.am_fragment
+++ b/examples/Makefile.am_fragment
@@ -1,5 +1,5 @@
#Where to find the header files needed by the source files:
-INCLUDES = -I$(top_srcdir) @LIBXML_CFLAGS@
+INCLUDES = -I$(top_srcdir) @CAIROMM_CFLAGS@
#The libraries that the executable needs to link against:
-LIBS = $(top_builddir)/cairomm/cairommm-1.0.la @LIBS@ @LIBXML_LIBS@
+LIBS = $(top_builddir)/cairomm/libcairomm-1.0.la @LIBS@ @CAIROMM_LIBS@