blob: b982dcd79aaa019be2fc502a63cb25f5f6aa13a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
AM_CPPFLAGS = -D_TDEPRINT_COMPILE
INCLUDES = $(all_includes)
kde_module_LTLIBRARIES = kcm_printmgr.la
kcm_printmgr_la_SOURCES = kcmprintmgr.cpp
kcm_printmgr_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
kcm_printmgr_la_LIBADD = -ltdeprint_management
noinst_HEADERS = kcmprintmgr.h
KDE_ICON = printmgr
xdg_apps_DATA = printers.desktop
messages: rc.cpp
$(XGETTEXT) *.cpp -o $(podir)/kcmprintmgr.pot
|