summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console
authorharlekin <harlekin>2004-10-08 22:20:54 (UTC)
committer harlekin <harlekin>2004-10-08 22:20:54 (UTC)
commit6ffcd35e4da77906656d84a97aa7e36c0e9c8be5 (patch) (side-by-side diff)
treeb0f86ca2bf4a4531838718e8c3ef813c85c719dc /noncore/apps/opie-console
parent16afa90172c9b1facaa8888780ed8bb8bd93598c (diff)
downloadopie-6ffcd35e4da77906656d84a97aa7e36c0e9c8be5.zip
opie-6ffcd35e4da77906656d84a97aa7e36c0e9c8be5.tar.gz
opie-6ffcd35e4da77906656d84a97aa7e36c0e9c8be5.tar.bz2
OPEN_PTY again and link against utils
Diffstat (limited to 'noncore/apps/opie-console') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/opie-console.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/apps/opie-console/opie-console.pro b/noncore/apps/opie-console/opie-console.pro
index 223cb91..1a61ef6 100644
--- a/noncore/apps/opie-console/opie-console.pro
+++ b/noncore/apps/opie-console/opie-console.pro
@@ -65,10 +65,10 @@ DESTDIR = $(OPIEDIR)/bin/
INTERFACES = configurebase.ui editbase.ui
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
-LIBS += -lqpe -lopiecore2 -lopieui2
+LIBS += -lqpe -lopiecore2 -lopieui2 -lutils
TARGET = opie-console
-#DEFINES += HAVE_OPENPTY
+DEFINES += HAVE_OPENPTY
#DEFINES += EAST FSCKED_DISTRI
include ( $(OPIEDIR)/include.pro )