summaryrefslogtreecommitdiffstats
path: root/kdeprint/tools/escputil/Makefile.am
blob: 71a4a63b733c3fccbcd42d3726e53e394278cb0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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