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 /kioslave/http/Makefile.am | |
parent | d3b5575f31f14629dbd3fd900665e1a69aa7bcd5 (diff) | |
download | tdelibs-0ae5679aa160245af248836e1d7743aeff63f2e1.tar.gz tdelibs-0ae5679aa160245af248836e1d7743aeff63f2e1.zip |
Additional kde to tde renaming
Diffstat (limited to 'kioslave/http/Makefile.am')
-rw-r--r-- | kioslave/http/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kioslave/http/Makefile.am b/kioslave/http/Makefile.am index 3a185f356..117867715 100644 --- a/kioslave/http/Makefile.am +++ b/kioslave/http/Makefile.am @@ -3,14 +3,14 @@ SUBDIRS = kcookiejar -INCLUDES= -I$(top_srcdir)/interfaces -I$(top_srcdir)/kio/httpfilter -I$(top_srcdir)/kdecore/network $(all_includes) $(GSSAPI_INCS) +INCLUDES= -I$(top_srcdir)/interfaces -I$(top_srcdir)/kio/httpfilter -I$(top_srcdir)/tdecore/network $(all_includes) $(GSSAPI_INCS) AM_LDFLAGS = $(all_libraries) $(GSSAPI_RPATH) ####### Files bin_PROGRAMS= lib_LTLIBRARIES= -kdeinit_LTLIBRARIES = kio_http_cache_cleaner.la +tdeinit_LTLIBRARIES = kio_http_cache_cleaner.la kde_module_LTLIBRARIES = kio_http.la kio_http_la_SOURCES = http.cc |