summaryrefslogtreecommitdiffstats
path: root/filters/karbon/kontour/Makefile.am
blob: be0b835ff749cfd5719fc6c7cec1e60bedf0e130 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
####### General stuff

INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) $(KOPAINTER_INCLUDES) -I$(top_srcdir)/karbon -I$(top_srcdir)/karbon/core $(all_includes)

####### Files
# Obviously you have to change "foo" (and maybe "import") to
# reflect the name of your filter. If you have more files
# than just fooimport.cc please add them to the _SOURCES line.

kde_module_LTLIBRARIES = libkarbonkontourimport.la

libkarbonkontourimport_la_SOURCES = kontourimport.cpp
libkarbonkontourimport_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -lkjs -ltdefx -ltdeio -ltdeparts
libkarbonkontourimport_la_LIBADD = $(KOFFICE_LIBS) ../../../karbon/libkarboncommon.la

METASOURCES = AUTO

service_DATA = karbon_kontour_import.desktop
servicedir = $(kde_servicesdir)

# Note: If your filter imports or exports some special file
# which KDE doesn't have a mimetype for, yet, you'll have to
# create a mimetype and install it using those two lines.
# In case of doubt please ask koffice@kde.org or
# koffice-devel@kde.org. Thanks.
# mydata_DATA = x-foo.desktop
# mydatadir = $(kde_mimedir)/text