summaryrefslogtreecommitdiff
path: root/src/lib/Makefile.am
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2012-09-18 21:19:35 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2012-09-18 21:19:35 +0200
commitcd566dde10e3c062fc0365949dd9927292f243c0 (patch)
tree10f71c6e3e7006a940198194bff796367d0d7235 /src/lib/Makefile.am
parent1424048914312fccd587e415d1f94f8df1531f8e (diff)
Stub the VSDX parser
Diffstat (limited to 'src/lib/Makefile.am')
-rw-r--r--src/lib/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index ab6b2d5..910868c 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -36,6 +36,7 @@ libvisio_@VSD_MAJOR_VERSION@_@VSD_MINOR_VERSION@_la_SOURCES = \
VSDStringVector.cpp \
VSDStyles.cpp \
VSDStylesCollector.cpp \
+ VSDXParser.cpp \
VSDZipStream.cpp \
libvisio_utils.h \
VSD11Parser.h \
@@ -57,6 +58,7 @@ libvisio_@VSD_MAJOR_VERSION@_@VSD_MINOR_VERSION@_la_SOURCES = \
VSDStyles.h \
VSDStylesCollector.h \
VSDTypes.h \
+ VSDXParser.h \
VSDZipStream.h
if OS_WIN32