diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:28:57 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:28:57 -0600 |
commit | 7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04 (patch) | |
tree | b7c6396f4f7fe78dcd49424bff707e977541de18 /kdeprint/kprinter/Makefile.am | |
parent | 66c0fa70796c1989a9f3adb0c5c0ad799ade48ca (diff) | |
download | tdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.tar.gz tdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.zip |
Additional kde to tde renaming
Diffstat (limited to 'kdeprint/kprinter/Makefile.am')
-rw-r--r-- | kdeprint/kprinter/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdeprint/kprinter/Makefile.am b/kdeprint/kprinter/Makefile.am index 83c78cb91..4cab98880 100644 --- a/kdeprint/kprinter/Makefile.am +++ b/kdeprint/kprinter/Makefile.am @@ -4,10 +4,10 @@ INCLUDES = $(all_includes) bin_PROGRAMS = lib_LTLIBRARIES = -kdeinit_LTLIBRARIES = kprinter.la +tdeinit_LTLIBRARIES = kprinter.la kprinter_la_SOURCES = main.cpp printwrapper.cpp -kprinter_la_LIBADD = -lkdeprint +kprinter_la_LIBADD = -ltdeprint kprinter_la_LDFLAGS = -module -avoid-version $(all_libraries) $(KDE_RPATH) kprinter_la_METASOURCES = AUTO |