diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-04 19:22:56 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-04 19:22:56 +0000 |
commit | dc52555b35408bd4845bd3c819898eb70afa9e05 (patch) | |
tree | e8cc30ed41efbdfbd91e3f7d67a22b84d322d766 /networkstatus | |
parent | e033beead21105928b4039eb5551d0633078cdf5 (diff) | |
download | tdelibs-dc52555b35408bd4845bd3c819898eb70afa9e05.tar.gz tdelibs-dc52555b35408bd4845bd3c819898eb70afa9e05.zip |
Single definition of INCLUDES required for proper build
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1171657 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'networkstatus')
-rw-r--r-- | networkstatus/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/networkstatus/Makefile.am b/networkstatus/Makefile.am index 525ad6a7e..c3b73f46f 100644 --- a/networkstatus/Makefile.am +++ b/networkstatus/Makefile.am @@ -15,8 +15,6 @@ libconnectionmanager_la_LIBADD = $(LIB_KDECORE) libconnectionmanager_la_LDFLAGS = $(all_libraries) libconnectionmanager_la_SOURCES = connectionmanager.cpp connectionmanager.skel clientiface.stub -INCLUDES = $(all_includes) - kded_networkstatus_la_SOURCES = networkstatus.cpp networkstatus.skel \ clientiface.skel serviceiface.skel network.cpp #kclientiface.skel serviceiface.skel |