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.
13 lines
420 B
13 lines
420 B
15 years ago
|
INCLUDES = $(all_includes)
|
||
|
|
||
|
kde_module_LTLIBRARIES = kdeprint_tool_escputil.la
|
||
|
kdeprint_tool_escputil_la_SOURCES = escpwidget.cpp
|
||
|
kdeprint_tool_escputil_la_METASOURCES = AUTO
|
||
|
kdeprint_tool_escputil_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
||
|
kdeprint_tool_escputil_la_LIBADD = $(LIB_KDEUI)
|
||
|
|
||
|
noinst_HEADERS = escpwidget.h
|
||
|
|
||
|
service_DATA = escputil.desktop
|
||
|
servicedir = $(kde_datadir)/kdeprint/tools
|