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.
tdebase/tdeprint/printmgr/Makefile.am

19 lines
426 B

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 = -ltdeprint_management
noinst_HEADERS = kcmprintmgr.h
KDE_ICON = printmgr
xdg_apps_DATA = printers.desktop
messages: rc.cpp
$(XGETTEXT) *.cpp -o $(podir)/kcmprintmgr.pot