summaryrefslogtreecommitdiff
path: root/noncore/games/go/go.pro
authordrw <drw>2004-03-02 21:10:19 (UTC)
committer drw <drw>2004-03-02 21:10:19 (UTC)
commitd9988a1d6d3185f09862bda92aa9dc45deefa380 (patch) (unidiff)
treed1b2ef9ac77764be7f15a5f14c79d27e5c53382d /noncore/games/go/go.pro
parentdcf196abd97485cd9634d6ac135028a605c54fb5 (diff)
downloadopie-d9988a1d6d3185f09862bda92aa9dc45deefa380.zip
opie-d9988a1d6d3185f09862bda92aa9dc45deefa380.tar.gz
opie-d9988a1d6d3185f09862bda92aa9dc45deefa380.tar.bz2
Go: libopie -> libopie2
Diffstat (limited to 'noncore/games/go/go.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/go/go.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/games/go/go.pro b/noncore/games/go/go.pro
index f6c6a54..befb67b 100644
--- a/noncore/games/go/go.pro
+++ b/noncore/games/go/go.pro
@@ -8,12 +8,12 @@ SOURCES = amigo.c \
8 goplayutils.c \ 8 goplayutils.c \
9 killable.c \ 9 killable.c \
10 gowidget.cpp \ 10 gowidget.cpp \
11 main.cpp 11 main.cpp
12INCLUDEPATH += $(OPIEDIR)/include 12INCLUDEPATH += $(OPIEDIR)/include
13 DEPENDPATH+= $(OPIEDIR)/include 13 DEPENDPATH+= $(OPIEDIR)/include
14LIBS += -lqpe 14LIBS += -lqpe -lopiecore2
15 TARGET = go 15 TARGET = go
16 16
17 17
18 18
19include ( $(OPIEDIR)/include.pro ) 19include ( $(OPIEDIR)/include.pro )