diff options
author | Murray Cumming <murrayc@murrayc.com> | 2006-01-27 19:06:14 +0000 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2006-01-27 19:06:14 +0000 |
commit | 7adebabf4e6b0a741ee883865f8d94de7dee5ecb (patch) | |
tree | 41cb112e02bf29a7e8e30f07598747e71efc7068 /examples | |
parent | 51decc123b2234d30b629eb0ff8685562c89959f (diff) |
2006-01-27 Murray Cumming <murrayc@murrayc.com>
* examples/pdf-surface/Makefile.am: Remove extra LDADD that was breaking
the distcheck.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/pdf-surface/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/pdf-surface/Makefile.am b/examples/pdf-surface/Makefile.am index 2c13727..36455f3 100644 --- a/examples/pdf-surface/Makefile.am +++ b/examples/pdf-surface/Makefile.am @@ -1,7 +1,6 @@ include $(top_srcdir)/examples/Makefile.am_fragment # build the executable but don't install it -example_pdf_file_LDADD = $(top_srcdir)/cairomm/libcairomm-1.0.la noinst_PROGRAMS = example_pdf_file example_pdf_file_SOURCES = main.cc |