1
2noinst_LTLIBRARIES = libxp.la
3
4AM_CPPFLAGS = \
5	$(S5_CFLAGS) \
6	-DABI_BUILD_VERSION=\"$(VERSION)\"
7
8libxp_la_SOURCES = \
9	ie_exp_S5.cpp
10