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
408 B
19 lines
408 B
AM_CPPFLAGS = -D_TDEPRINT_COMPILE
|
|
|
|
INCLUDES = $(all_includes)
|
|
|
|
bin_PROGRAMS =
|
|
lib_LTLIBRARIES =
|
|
tdeinit_LTLIBRARIES = kprinter.la
|
|
|
|
kprinter_la_SOURCES = main.cpp printwrapper.cpp
|
|
kprinter_la_LIBADD = -ltdeprint
|
|
kprinter_la_LDFLAGS = -module -avoid-version $(all_libraries) $(KDE_RPATH)
|
|
kprinter_la_METASOURCES = AUTO
|
|
|
|
noinst_HEADERS = printwrapper.h
|
|
|
|
messages:
|
|
$(XGETTEXT) *.cpp -o $(podir)/kprinter.pot
|
|
|