summaryrefslogtreecommitdiffstats
path: root/wifi
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-10 17:46:47 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-10 17:46:47 +0000
commit0ae84fe7596906341cafa0dfe20f367e4cbf8385 (patch)
tree0261e4dcb816dc7e5ae3047a420ed6a5fed4332e /wifi
parentfa8a6a4aa1313667249adc0fd8eaac368c23903a (diff)
downloadtdenetwork-0ae84fe7596906341cafa0dfe20f367e4cbf8385.tar.gz
tdenetwork-0ae84fe7596906341cafa0dfe20f367e4cbf8385.zip
Fix kdenetwork FTBFS under oneiric
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1258244 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'wifi')
-rw-r--r--wifi/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/wifi/Makefile.am b/wifi/Makefile.am
index 22c1a4c2..b143b308 100644
--- a/wifi/Makefile.am
+++ b/wifi/Makefile.am
@@ -23,12 +23,11 @@ kwifimanager_SOURCES = interface_wireless.cpp \
strength.cpp \
asusled.cpp
-kwifimanager_LDFLAGS = $(all_libraries)
-
if include_ARTS
-ARTS_LIBS = -lartsflow -lmcop
+ARTS_LIBS = -lartsflow -lmcop -lartsflow_idl
endif
+kwifimanager_LDFLAGS = $(all_libraries) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(ARTS_LIBS)
kwifimanager_LDADD = $(ARTS_LIBS) -liw $(LIB_KDEUI)
noinst_HEADERS = interface_wireless.h \