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

21 lines
575 B

####### General stuff
INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) $(all_includes)
libapplixgraphicimport_la_LDFLAGS = -module -avoid-version -no-undefined $(all_libraries)
####### Files
kde_module_LTLIBRARIES = libapplixgraphicimport.la
libapplixgraphicimport_la_SOURCES = applixgraphicimport.cpp
libapplixgraphicimport_la_LIBADD = $(KOFFICE_LIBS)
noinst_HEADERS = applixgraphicimport.h
METASOURCES = AUTO
service_DATA = kontour_applixgraphic_import.desktop
servicedir = $(kde_servicesdir)
messages: rc.cpp
$(XGETTEXT) *.cpp -o $(podir)/kontourapplixgraphicsfilter.pot