diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:00:38 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:00:38 -0600 |
commit | 4bc3dcd8cbc23e1470e121e25a83d57c22e61b26 (patch) | |
tree | 7d379893635b06789888944241a976a4f2b440ab /konq-plugins/sidebar/delicious/Makefile.am | |
parent | 08a66075486dc740840cfb817bf0ca301c6f0385 (diff) | |
download | tdeaddons-4bc3dcd8cbc23e1470e121e25a83d57c22e61b26.tar.gz tdeaddons-4bc3dcd8cbc23e1470e121e25a83d57c22e61b26.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'konq-plugins/sidebar/delicious/Makefile.am')
-rw-r--r-- | konq-plugins/sidebar/delicious/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konq-plugins/sidebar/delicious/Makefile.am b/konq-plugins/sidebar/delicious/Makefile.am index cb8eb48..35939eb 100644 --- a/konq-plugins/sidebar/delicious/Makefile.am +++ b/konq-plugins/sidebar/delicious/Makefile.am @@ -1,7 +1,7 @@ SUBDIRS = . pics METASOURCES = AUTO -INCLUDES = -I$(kde_includes)/kio $(all_includes) +INCLUDES = -I$(kde_includes)/tdeio $(all_includes) ################################ # these are the headers for your project |