summaryrefslogtreecommitdiff
path: root/core
authorclem <clem>2004-10-17 16:37:58 (UTC)
committer clem <clem>2004-10-17 16:37:58 (UTC)
commit3f8e8d7d5b933f2a639d4284d7c7fbec2bee5199 (patch) (unidiff)
treea1da7360d326daef05e611a6d22881c4450e5c44 /core
parent06fffb97be58c738176260bac17e3dfa6789e26e (diff)
downloadopie-3f8e8d7d5b933f2a639d4284d7c7fbec2bee5199.zip
opie-3f8e8d7d5b933f2a639d4284d7c7fbec2bee5199.tar.gz
opie-3f8e8d7d5b933f2a639d4284d7c7fbec2bee5199.tar.bz2
fixed some more .pro / config.in dependencies discrepancies, that could break builds; for a few games, there was an unnecessary dep on LIBOPIE2CORE in some games too
Diffstat (limited to 'core') (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/lockapplet/lockapplet.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/applets/lockapplet/lockapplet.pro b/core/applets/lockapplet/lockapplet.pro
index e0ee780..b890585 100644
--- a/core/applets/lockapplet/lockapplet.pro
+++ b/core/applets/lockapplet/lockapplet.pro
@@ -6,7 +6,7 @@ TARGET = lockapplet
6DESTDIR = $(OPIEDIR)/plugins/applets 6DESTDIR = $(OPIEDIR)/plugins/applets
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += $(OPIEDIR)/include 8DEPENDPATH += $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe -lopiesecurity2
10VERSION = 1.0.0 10VERSION = 1.0.0
11 11
12include ( $(OPIEDIR)/include.pro ) 12include ( $(OPIEDIR)/include.pro )