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.
koffice/filters/kchart/xpm/Makefile.am

26 lines
826 B

####### General stuff
INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) \
-I$(top_srcdir)/kchart \
-I$(top_srcdir)/kchart/kdchart \
-I$(top_srcdir)/interfaces \
-I$(top_srcdir)/filters/libdialogfilter \
-I$(top_srcdir)/filters/kchart/libimageexport \
$(all_includes)
####### Files
kde_module_LTLIBRARIES = libkchartxpmexport.la
libkchartxpmexport_la_SOURCES = xpmexport.cpp
libkchartxpmexport_la_LDFLAGS = -module $(KDE_PLUGIN) -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -lkjs -ltdefx -ltdeio -ltdeparts
libkchartxpmexport_la_LIBADD = ../../../kchart/libkchartcommon.la ../libimageexport/libkchartimageexport.la ../../../filters/libdialogfilter/libdialogfilter.la $(KOFFICE_LIBS)
noinst_HEADERS = \
xpmexport.h
METASOURCES = AUTO
service_DATA = kchart_xpm_export.desktop
servicedir = $(kde_servicesdir)