diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-02 22:25:48 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-02 22:25:48 +0000 |
commit | 36d7821740208b486c2a2e02ee29f5ced494e5c3 (patch) | |
tree | c8a42d8fc5aa7fb54bdf8819c789afbc2259ffeb /kio/Makefile.am | |
parent | d7b9791584eda0f022813fd2b2df50f59eba29c5 (diff) | |
download | tdelibs-36d7821740208b486c2a2e02ee29f5ced494e5c3.tar.gz tdelibs-36d7821740208b486c2a2e02ee29f5ced494e5c3.zip |
Final automake fixes; compilation now succeeds under Ubuntu Karmic
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1069187 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kio/Makefile.am')
-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..8349d4038 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 . pics tests kioexec httpfilter misc kpasswdserver lib_LTLIBRARIES = libkio.la |