summaryrefslogtreecommitdiff
path: root/src/lib/Makefile.am
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2012-11-19 17:25:46 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2012-11-19 17:25:46 +0100
commit6ac0f95c9e9094a22aab12a7fa09f95d215a8e4e (patch)
treee9ef1800c815dfe239d4abfe96cee9fe8af6a771 /src/lib/Makefile.am
parente0d93202b26d305c48505880b8a67226a1000ef4 (diff)
Simplify the inheritance a little bit
Diffstat (limited to 'src/lib/Makefile.am')
-rw-r--r--src/lib/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index 5c3bf0e..df5f8d3 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -24,7 +24,6 @@ libvisio_@VSD_MAJOR_VERSION@_@VSD_MINOR_VERSION@_la_LDFLAGS = $(version_info) -e
libvisio_@VSD_MAJOR_VERSION@_@VSD_MINOR_VERSION@_la_SOURCES = \
libvisio_utils.cpp \
VisioDocument.cpp \
- VSD11Parser.cpp \
VSD2Parser.cpp \
VSD5Parser.cpp \
VSD6Parser.cpp \
@@ -46,7 +45,6 @@ libvisio_@VSD_MAJOR_VERSION@_@VSD_MINOR_VERSION@_la_SOURCES = \
VSDXMLHelper.cpp \
VSDZipStream.cpp \
libvisio_utils.h \
- VSD11Parser.h \
VSD2Parser.h \
VSD5Parser.h \
VSD6Parser.h \