1
2SUBDIRS = xp
3
4plugindir = $(ABIWORD_PLUGINSDIR)
5plugin_LTLIBRARIES = rsvg.la
6
7rsvg_la_LIBADD = \
8	xp/libxp.la \
9	$(RSVG_LIBS) \
10	$(PNG_LIBS)
11
12rsvg_la_LDFLAGS = \
13	-avoid-version \
14	-module \
15	-no-undefined
16
17rsvg_la_SOURCES =
18nodist_EXTRA_rsvg_la_SOURCES = dummy.cpp
19
20EXTRA_DIST = \
21	plugin.m4
22
23