You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
426 B
19 lines
426 B
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
|