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

18 lines
478 B

####### General stuff
INCLUDES= -I$(srcdir) -I$(srcdir)/../lib $(KOFFICE_INCLUDES) $(all_includes)
####### Files
noinst_LTLIBRARIES = libpowerpoint97.la
libpowerpoint97_la_SOURCES = powerpointfilter.cc powerpoint.cc pptdoc.cc pptxml.cc pptSlide.cpp
libpowerpoint97_la_LDFLAGS = $(all_libraries)
noinst_HEADERS = powerpointfilter.h powerpoint.h pptdoc.h pptxml.h pptSlide.h
METASOURCES = AUTO
service_DATA = ole_powerpoint97_import.desktop
servicedir = $(kde_servicesdir)