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/jpeg/Makefile.am

27 lines
835 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 = libkchartjpegexport.la
libkchartjpegexport_la_SOURCES = jpegexport.cpp
libkchartjpegexport_la_LDFLAGS = -module $(KDE_PLUGIN) -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -lkjs -ltdefx -ltdeio -ltdeparts
libkchartjpegexport_la_LIBADD = ../../../kchart/libkchartcommon.la ../libimageexport/libkchartimageexport.la ../../../filters/libdialogfilter/libdialogfilter.la $(KOFFICE_LIBS)
noinst_HEADERS = \
jpegexport.h
METASOURCES = AUTO
service_DATA = kchart_jpeg_export.desktop
servicedir = $(kde_servicesdir)