blob: 8f40ca7b7ed64cb560b189d5f07408e57424f69b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
INCLUDES = \
-I$(top_srcdir)/kttsd/libkttsd -I$(top_builddir)/kttsd/libkttsd \
$(all_includes)
METASOURCES = AUTO
kde_module_LTLIBRARIES = libkttsd_eposplugin.la
libkttsd_eposplugin_la_SOURCES = \
eposconfwidget.ui \
eposconf.cpp \
eposproc.cpp \
eposplugin.cpp
libkttsd_eposplugin_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries)
libkttsd_eposplugin_la_LIBADD = $(top_builddir)/kttsd/libkttsd/libkttsd.la
services_DATA = kttsd_eposplugin.desktop
servicesdir = $(kde_servicesdir)
noinst_HEADERS = eposproc.h eposconf.h eposconfwidget.h
|