diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-11-07 20:51:12 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-11-07 20:51:12 +0100 |
commit | 0329157c79f7f5a03a0ef4f651978363d0f6e1ce (patch) | |
tree | 71680d9f5d01569969b2377d9e77231e741504e2 /src/conv | |
parent | 55a6ddba97e6c331623bf4f08a8a7f1052298d0f (diff) |
Small fix
Change-Id: Ie4e9f82756e2337124a8b56507f7e6bc0a5a8397
Diffstat (limited to 'src/conv')
-rw-r--r-- | src/conv/svg/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/conv/svg/Makefile.am b/src/conv/svg/Makefile.am index 6f24fc6..6fa540b 100644 --- a/src/conv/svg/Makefile.am +++ b/src/conv/svg/Makefile.am @@ -6,7 +6,6 @@ AM_CXXFLAGS = \ -I$(top_srcdir)/inc \ $(LIBVISIO_CXXFLAGS) \ $(REVENGE_STREAM_CFLAGS) \ - $(REVENGE_GENERATORS_CFLAGS) \ $(DEBUG_CXXFLAGS) vsd2xhtml_DEPENDENCIES = @VSD2XHTML_WIN32_RESOURCE@ @@ -15,7 +14,6 @@ vss2xhtml_DEPENDENCIES = @VSS2XHTML_WIN32_RESOURCE@ vsd2xhtml_LDADD = \ ../../lib/libvisio-@VSD_MAJOR_VERSION@.@VSD_MINOR_VERSION@.la \ - $(REVENGE_GENERATORS_LIBS) \ $(LIBVISIO_LIBS) \ $(REVENGE_STREAM_LIBS) \ @VSD2XHTML_WIN32_RESOURCE@ |