summaryrefslogtreecommitdiff
authorschurig <schurig>2004-09-13 13:35:45 (UTC)
committer schurig <schurig>2004-09-13 13:35:45 (UTC)
commit79c99fb1b7317ad104e3b54bcbcf726f6413e8be (patch) (side-by-side diff)
tree3268659a606db30ec3537d8d52f79eeb1e8078f9
parent07df2afcf992e2c60a7fcd6e5e5db284b5302fb2 (diff)
downloadopie-79c99fb1b7317ad104e3b54bcbcf726f6413e8be.zip
opie-79c99fb1b7317ad104e3b54bcbcf726f6413e8be.tar.gz
opie-79c99fb1b7317ad104e3b54bcbcf726f6413e8be.tar.bz2
renamed THIS restartapplet to librestartapplet2.so, now you can build
both opie-restartapplet and opie-restartapplet2 in one go
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/restartapplet2/opie-restartapplet2.control2
-rw-r--r--core/applets/restartapplet2/restartapplet.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/applets/restartapplet2/opie-restartapplet2.control b/core/applets/restartapplet2/opie-restartapplet2.control
index d9dcb78..cec3b19 100644
--- a/core/applets/restartapplet2/opie-restartapplet2.control
+++ b/core/applets/restartapplet2/opie-restartapplet2.control
@@ -1,5 +1,5 @@
Package: opie-restartapplet2
-Files: plugins/applets/librestartapplet.so*
+Files: plugins/applets/librestartapplet2.so*
Priority: optional
Section: opie/applets
Maintainer: L.J. Potter <lpotter@trolltech.com>
diff --git a/core/applets/restartapplet2/restartapplet.pro b/core/applets/restartapplet2/restartapplet.pro
index bb2d030..21cffee 100644
--- a/core/applets/restartapplet2/restartapplet.pro
+++ b/core/applets/restartapplet2/restartapplet.pro
@@ -2,7 +2,7 @@ TEMPLATE = lib
CONFIG += qt plugin warn_on
HEADERS = restart.h
SOURCES = restart.cpp
-TARGET = restartapplet
+TARGET = restartapplet2
DESTDIR = $(OPIEDIR)/plugins/applets
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include