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

24 lines
637 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 \
$(all_includes)
####### Files
lib_LTLIBRARIES = libkchartimageexport.la
libkchartimageexport_la_SOURCES = imageexport.cpp
libkchartimageexport_la_LDFLAGS = $(all_libraries) -version-info 4:0 -no-undefined
libkchartimageexport_la_LIBADD = ../../../kchart/libkchartcommon.la ../../../filters/libdialogfilter/libdialogfilter.la $(KOFFICE_LIBS)
noinst_HEADERS = \
imageexport.h
METASOURCES = AUTO