summaryrefslogtreecommitdiffstats
path: root/filters/kugar/kugarnop/Makefile.am
blob: c0870cf621489c8c8359c0d99715893f012d2995 (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
####### General stuff

INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) $(all_includes)

kde_module_LTLIBRARIES = libkugarnopimport.la

libkugarnopimport_la_SOURCES = kugarnopimport.cpp
libkugarnopimport_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
libkugarnopimport_la_LIBADD = $(KOFFICE_LIBS)

noinst_HEADERS = kugarnopimport.h 

METASOURCES = AUTO

service_DATA = kugar_kugar_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