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.
23 lines
497 B
23 lines
497 B
AM_CPPFLAGS = -D_TDEPRINT_COMPILE
|
|
|
|
SUBDIRS = mimetypes templates
|
|
|
|
INCLUDES= $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = tdeio_print.la
|
|
|
|
tdeio_print_la_SOURCES = tdeio_print.cpp
|
|
tdeio_print_la_LIBADD = $(LIB_TDEIO) -ltdeprint
|
|
tdeio_print_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
noinst_HEADERS = tdeio_print.h
|
|
|
|
# Services
|
|
servicesdir = $(kde_servicesdir)
|
|
services_DATA = print.protocol printdb.protocol
|
|
|
|
messages: rc.cpp
|
|
$(XGETTEXT) *.cpp -o $(podir)/tdeio_print.pot
|