diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:13 -0600 |
commit | 0ae5679aa160245af248836e1d7743aeff63f2e1 (patch) | |
tree | 64608dccc9bfd57800995a414f6287b7605ca637 /kdeprint/tools/escputil/Makefile.am | |
parent | d3b5575f31f14629dbd3fd900665e1a69aa7bcd5 (diff) | |
download | tdelibs-0ae5679aa160245af248836e1d7743aeff63f2e1.tar.gz tdelibs-0ae5679aa160245af248836e1d7743aeff63f2e1.zip |
Additional kde to tde renaming
Diffstat (limited to 'kdeprint/tools/escputil/Makefile.am')
-rw-r--r-- | kdeprint/tools/escputil/Makefile.am | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kdeprint/tools/escputil/Makefile.am b/kdeprint/tools/escputil/Makefile.am index beb7c2a5e..ac7620ef1 100644 --- a/kdeprint/tools/escputil/Makefile.am +++ b/kdeprint/tools/escputil/Makefile.am @@ -1,12 +1,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) $(LIB_QT) $(LIB_KDECORE) +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_KDEUI) $(LIB_QT) $(LIB_KDECORE) noinst_HEADERS = escpwidget.h service_DATA = escputil.desktop -servicedir = $(kde_datadir)/kdeprint/tools +servicedir = $(kde_datadir)/tdeprint/tools |