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.
25 lines
632 B
25 lines
632 B
AM_CPPFLAGS = -D_TDEPRINT_COMPILE
|
|
|
|
kde_module_LTLIBRARIES = libtdeprint_part.la
|
|
|
|
libtdeprint_part_la_SOURCES = printpart.cpp
|
|
libtdeprint_part_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
|
libtdeprint_part_la_LIBADD = -ltdeprint_management $(LIB_TDEPARTS)
|
|
|
|
noinst_HEADERS = printpart.h
|
|
|
|
METASOURCES = AUTO
|
|
INCLUDES = $(all_includes)
|
|
|
|
# service
|
|
myservice_DATA = tdeprint_part.desktop
|
|
myservicedir = $(kde_servicesdir)
|
|
|
|
# UI file
|
|
myrcfile_DATA = tdeprint_part.rc
|
|
myrcfiledir = $(kde_datadir)/tdeprint_part
|
|
|
|
messages: rc.cpp
|
|
$(EXTRACTRC) tdeprint_part.rc >> rc.cpp
|
|
$(XGETTEXT) *.cpp -o $(podir)/tdeprint_part.pot
|