author | llornkcor <llornkcor> | 2004-04-26 10:29:33 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2004-04-26 10:29:33 (UTC) |
commit | caf74b437544a95410bbd030045e15e4dcaa91f0 (patch) (unidiff) | |
tree | 86a0b3373aa4074339f7cfd467ff1fa9bb3d6deb | |
parent | f6a98984fcb0dfc7e176636560b7cc1adacf38f2 (diff) | |
download | opie-caf74b437544a95410bbd030045e15e4dcaa91f0.zip opie-caf74b437544a95410bbd030045e15e4dcaa91f0.tar.gz opie-caf74b437544a95410bbd030045e15e4dcaa91f0.tar.bz2 |
remove non needed lib link
-rwxr-xr-x | noncore/games/solitaire/solitaire.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/games/solitaire/solitaire.pro b/noncore/games/solitaire/solitaire.pro index 9c653a7..d9f882d 100755 --- a/noncore/games/solitaire/solitaire.pro +++ b/noncore/games/solitaire/solitaire.pro | |||
@@ -14,7 +14,7 @@ TARGET = patience | |||
14 | 14 | ||
15 | INCLUDEPATH += $(OPIEDIR)/include | 15 | INCLUDEPATH += $(OPIEDIR)/include |
16 | DEPENDPATH += $(OPIEDIR)/include | 16 | DEPENDPATH += $(OPIEDIR)/include |
17 | LIBS += -lqpe -lopiecore2 | 17 | LIBS += -lqpe |
18 | 18 | ||
19 | 19 | ||
20 | include ( $(OPIEDIR)/include.pro ) | 20 | include ( $(OPIEDIR)/include.pro ) |