summaryrefslogtreecommitdiff
authormickeyl <mickeyl>2004-03-29 13:23:29 (UTC)
committer mickeyl <mickeyl>2004-03-29 13:23:29 (UTC)
commit6c1fff4c13522f79ce0da0e4e55f4a4f2506ae3e (patch) (side-by-side diff)
tree1b3d1f0ac07d704f1642d7c872974de1edd52940
parent4e47bdd6bc10c242a3f3736bb1143558c4ec20bf (diff)
downloadopie-6c1fff4c13522f79ce0da0e4e55f4a4f2506ae3e.zip
opie-6c1fff4c13522f79ce0da0e4e55f4a4f2506ae3e.tar.gz
opie-6c1fff4c13522f79ce0da0e4e55f4a4f2506ae3e.tar.bz2
fix LIBS
INCLUDEPATH is hackish (at best) - this should get fixed
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/linphone/linphone.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/linphone/linphone.pro b/noncore/net/linphone/linphone.pro
index eacd4b2..ce0f4d6 100644
--- a/noncore/net/linphone/linphone.pro
+++ b/noncore/net/linphone/linphone.pro
@@ -6,7 +6,7 @@ INTERFACES = mainwidget.ui settingsdialog.ui
INCLUDEPATH += $(OPIEDIR)/include /usr/include/linphone /usr/include/osipua /usr/include/ortp /usr/include/glib-2.0 /usr/lib/glib-2.0/include
DEPENDPATH += $(OPIEDIR)/include
-LIBS += -lqpe -lopie -llinphone
+LIBS += -lqpe -llinphone
TARGET = olinphone
include ( $(OPIEDIR)/include.pro )