CPPFLAGS = \
	-I$(srcdir) \
	-I$(srcdir)/../../imp/xp \
	@ABI_CPPFLAGS@ @CPPFLAGS@ @ABI_OPENXML_CPPFLAGS@ @PLATFORM_CPPFLAGS@ 

LDFLAGS = @LDFLAGS@ @ABI_OPENXML_LDFLAGS@ @PLATFORM_LDFLAGS@

noinst_LTLIBRARIES = libAbiOpenXML_common.la

libAbiOpenXML_common_la_SOURCES=	ie_impexp_OpenXML.cpp \
	OXML_ObjectWithAttrProp.cpp \
	OXML_Element.cpp \
	OXML_Element_Text.cpp \
	OXML_Element_Run.cpp \
	OXML_Section.cpp \
	OXML_Document.cpp \
	OXML_FontManager.cpp \
	OXML_Style.cpp \
	OXML_Theme.cpp \
	\
	OXML_LangToScriptConverter.h \
	OXML_Types.h \
	OXML_ObjectWithAttrProp.h \
	OXML_Element.h \
	OXML_Element_Text.h \
	OXML_Element_Run.h \
	OXML_Section.h \
	OXML_Document.h \
	OXML_FontManager.h \
	OXML_Style.h \
	OXML_Theme.h

libAbiOpenXML_common_la_LIBADD = @ABI_LIBS@

libAbiOpenXML_common_la_LDFLAGS = -no-undefined -module -avoid-version

EXTRA_DIST = \
	Makefile