summaryrefslogtreecommitdiffstats
path: root/fileplugin/Makefile.am
blob: c98fff9eb01064182f14fb72e75f54c99f0c3887 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# set the include path for X, qt and KDE
INCLUDES         = $(all_includes)

kde_module_LTLIBRARIES = tdefile_kbarcode.la

tdefile_kbarcode_la_SOURCES = tdefile_kbarcode.cpp
tdefile_kbarcode_la_LDFLAGS = -module $(KDE_PLUGIN) $(LIB_TQT) $(all_libraries)
tdefile_kbarcode_la_LIBADD = $(LIB_TDESYCOCA) $(LIB_TDECORE) $(LIB_TQT)

# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO

# messages: rc.cpp
# 	$(XGETTEXT) *.cpp -o $(podir)/tdefile_kbarcode.pot

services_DATA = tdefile_kbarcode.desktop
servicesdir = $(kde_servicesdir)