mirror of https://github.com/Gnucash/gnucash
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
711 B
27 lines
711 B
goffice_graph_radardir = $(goffice_plugindir)/plot_radar
|
|
xmldir = $(goffice_graph_radardir)
|
|
gladedir = $(goffice_graph_radardir)
|
|
|
|
goffice_graph_radar_LTLIBRARIES = radar.la
|
|
radar_la_LDFLAGS = -module $(GOFFICE_PLUGIN_FLAGS)
|
|
radar_la_LIBADD = $(GOFFICE_PLUGIN_LIBADD)
|
|
|
|
radar_la_SOURCES = \
|
|
gog-radar.c \
|
|
gog-radar.h
|
|
|
|
xml_in_files = plugin.xml.in plot-types.xml.in
|
|
xml_DATA = $(xml_in_files:.xml.in=.xml)
|
|
|
|
@INTLTOOL_XML_RULE@
|
|
|
|
# do not use the intl-tool stuff to merge the text back
|
|
# its simpler to just use gettext directly
|
|
plot-types.xml : plot-types.xml.in
|
|
cp $< $@
|
|
|
|
EXTRA_DIST = $(xml_in_files)
|
|
DISTCLEANFILES = $(xml_in_files:.xml.in=.xml)
|
|
|
|
include $(top_srcdir)/lib/goffice-0.0.4/goffice-plugins.mk
|