summaryrefslogtreecommitdiffstats
path: root/kdeprint/printmgr/Makefile.am
blob: b10f8359e8aebd264348aa1bf83c6a4395d9f212 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
AM_CPPFLAGS = -D_KDEPRINT_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 = -lkdeprint_management

noinst_HEADERS = kcmprintmgr.h

KDE_ICON = printmgr

xdg_apps_DATA = printers.desktop

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