Undo: fix problem with col widths after paste undo.
[gnumeric.git] / plugins / lotus-123 / Makefile.am
blob3b87a0b6a57fef708b0b61938fb411eb73e0555e
1 AM_CPPFLAGS = \
2     -DGNOMELOCALEDIR=\""$(datadir)/locale"\"    \
3     -I$(top_srcdir)/src -I$(top_builddir)/src   \
4     $(GNUMERIC_CFLAGS)
6 gnumeric_plugin_lotusdir = $(gnumeric_plugindir)/lotus
7 xmldir = $(gnumeric_plugin_lotusdir)
8 gnumeric_plugin_lotus_LTLIBRARIES = lotus.la
9 lotus_la_LDFLAGS = -module $(GNUMERIC_PLUGIN_LDFLAGS)
10 lotus_la_SOURCES = \
11         boot.c                  \
12         lotus-types.h           \
13         lotus.h                 \
14         lotus.c                 \
15         lotus-formula.h         \
16         lotus-formula.c
18 xml_in_files = plugin.xml.in
19 xml_DATA = $(xml_in_files:.xml.in=.xml)
21 @INTLTOOL_XML_RULE@
23 EXTRA_DIST = $(xml_in_files)
24 CLEANFILES = $(xml_DATA)