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

22 lines
902 B

####### General stuff
INCLUDES= -I$(srcdir)/../../liboofilter -I$(srcdir) -I$(top_srcdir)/kspread $(KOFFICE_INCLUDES) \
$(KOTEXT_INCLUDES) $(all_includes)
####### Files
kde_module_LTLIBRARIES = libopencalcimport.la libopencalcexport.la
libopencalcexport_la_SOURCES = opencalcexport.cpp opencalcstyleexport.cpp
libopencalcexport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
libopencalcexport_la_LIBADD = ../../../kspread/libkspreadcommon.la ../../liboofilter/liboofilter.la $(KOFFICE_LIBS)
libopencalcimport_la_SOURCES = opencalcimport.cpp
libopencalcimport_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
libopencalcimport_la_LIBADD = ../../../kspread/libkspreadcommon.la ../../liboofilter/liboofilter.la $(KOFFICE_LIBS)
METASOURCES = AUTO
service_DATA = kspread_opencalc_import.desktop kspread_opencalc_export.desktop
servicedir = $(kde_servicesdir)