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
445 B
13 lines
445 B
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) $(LIB_QT) $(LIB_KDECORE)
|
|
|
|
noinst_HEADERS = escpwidget.h
|
|
|
|
service_DATA = escputil.desktop
|
|
servicedir = $(kde_datadir)/kdeprint/tools
|