diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-12-30 02:19:04 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-12-30 02:19:04 +0000 |
commit | 2ef566e457ba25656f988c9dfd3e7d401b3b0a2c (patch) | |
tree | 3d00b2e61a9892d86414861949846f0eddcbda1a | |
parent | 58f87ad1526687260078ecde48ffee15b99453d5 (diff) | |
download | tdelibs-2ef566e457ba25656f988c9dfd3e7d401b3b0a2c.tar.gz tdelibs-2ef566e457ba25656f988c9dfd3e7d401b3b0a2c.zip |
* KIO automake repair
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1067627 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | kio/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kio/Makefile.am b/kio/Makefile.am index d1fe7c6b2..30cf64783 100644 --- a/kio/Makefile.am +++ b/kio/Makefile.am @@ -20,8 +20,7 @@ AM_CPPFLAGS = -D_LARGEFILE64_SOURCE INCLUDES= -I$(srcdir)/.. $(all_includes) $(SSL_INCLUDES) -SUBDIRS = kssl kio bookmarks kfile . pics tests kioexec httpfilter -DIST_SUBDIRS = kpasswdserver misc +SUBDIRS = kssl kio bookmarks kfile . kpasswdserver misc pics tests kioexec httpfilter lib_LTLIBRARIES = libkio.la |