diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-21 02:16:24 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-21 02:16:24 -0600 |
commit | dfafe9ad15dbde7206fb3af668edb2afe119e66b (patch) | |
tree | 36c014b20e47a925bf80ae7c9abeee4ed8da3eaf /src | |
parent | 1114b881a39957f339bf5afdcfa6720e3363489e (diff) | |
download | gwenview-dfafe9ad15dbde7206fb3af668edb2afe119e66b.tar.gz gwenview-dfafe9ad15dbde7206fb3af668edb2afe119e66b.zip |
Update automake files to use tde instead of kde
Diffstat (limited to 'src')
-rw-r--r-- | src/app/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/Makefile.am b/src/app/Makefile.am index c6bb33a..cab3044 100644 --- a/src/app/Makefile.am +++ b/src/app/Makefile.am @@ -39,7 +39,7 @@ gwenview_la_LDFLAGS = $(all_libraries) $(LIB_QT) -module $(KDE_PLUGIN) # set the include path for X, qt and KDE -INCLUDES = -I$(srcdir)/.. $(all_includes) -I$(kde_includes)/kde +INCLUDES = -I$(srcdir)/.. $(all_includes) -I$(kde_includes)/tde METASOURCES = AUTO |