author | umopapisdn <umopapisdn> | 2002-09-24 21:40:08 (UTC) |
---|---|---|
committer | umopapisdn <umopapisdn> | 2002-09-24 21:40:08 (UTC) |
commit | c3d7763f5185efa3b2e6d0a8412af1cada54605e (patch) (unidiff) | |
tree | 3bdfd8d103f726c738ac16e8449e1b08dacc2a9b | |
parent | f226f214138b562341406d420c3f0e1259b5a449 (diff) | |
download | opie-c3d7763f5185efa3b2e6d0a8412af1cada54605e.zip opie-c3d7763f5185efa3b2e6d0a8412af1cada54605e.tar.gz opie-c3d7763f5185efa3b2e6d0a8412af1cada54605e.tar.bz2 |
Removed "-L/opt/Embedix/tools/arm-linux/lib/"
and added "DESTDIR" parameter.
-rw-r--r-- | noncore/settings/usermanager/usermanager.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/settings/usermanager/usermanager.pro b/noncore/settings/usermanager/usermanager.pro index b0b5c6e..fc45f93 100644 --- a/noncore/settings/usermanager/usermanager.pro +++ b/noncore/settings/usermanager/usermanager.pro | |||
@@ -5,5 +5,6 @@ HEADERS = usermanager.h userdialog.h groupdialog.h passwd.h | |||
5 | SOURCES = usermanager.cpp userdialog.cpp groupdialog.cpp passwd.h main.cpp | 5 | SOURCES = usermanager.cpp userdialog.cpp groupdialog.cpp passwd.h main.cpp |
6 | INCLUDEPATH+= $(OPIEDIR)/include | 6 | INCLUDEPATH+= $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | LIBS += -L/opt/Embedix/tools/arm-linux/lib/ -lqpe -lcrypt | 8 | LIBS += -lqpe -lcrypt |
9 | TARGET = usermanager | 9 | TARGET = usermanager |
10 | DESTDIR = $(OPIEDIR)/bin | ||