diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-01 09:37:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-01 09:37:39 +0000 |
commit | 84bbc54a086fc6894b247488bf62bdff04dd55fa (patch) | |
tree | 32e1f9676a5d6b174d3286369ae4f774873358e9 | |
parent | 12a63c945b6016cc90cb0e5e97d1799a872aba35 (diff) | |
download | tdelibs-84bbc54a086fc6894b247488bf62bdff04dd55fa.tar.gz tdelibs-84bbc54a086fc6894b247488bf62bdff04dd55fa.zip |
Revert previous automake update due to compilation failure on most systems
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1068376 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | kio/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kio/Makefile.am b/kio/Makefile.am index 30cf64783..d1fe7c6b2 100644 --- a/kio/Makefile.am +++ b/kio/Makefile.am @@ -20,7 +20,8 @@ AM_CPPFLAGS = -D_LARGEFILE64_SOURCE INCLUDES= -I$(srcdir)/.. $(all_includes) $(SSL_INCLUDES) -SUBDIRS = kssl kio bookmarks kfile . kpasswdserver misc pics tests kioexec httpfilter +SUBDIRS = kssl kio bookmarks kfile . pics tests kioexec httpfilter +DIST_SUBDIRS = kpasswdserver misc lib_LTLIBRARIES = libkio.la |