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.
tdelibs/tdeprint/tools/escputil/Makefile.am

13 lines
446 B

INCLUDES = $(all_includes)
kde_module_LTLIBRARIES = tdeprint_tool_escputil.la
tdeprint_tool_escputil_la_SOURCES = escpwidget.cpp
tdeprint_tool_escputil_la_METASOURCES = AUTO
tdeprint_tool_escputil_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
tdeprint_tool_escputil_la_LIBADD = $(LIB_TDEUI) $(LIB_TQT) $(LIB_TDECORE)
noinst_HEADERS = escpwidget.h
service_DATA = escputil.desktop
servicedir = $(kde_datadir)/tdeprint/tools