author | kergoth <kergoth> | 2002-12-02 19:33:43 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-12-02 19:33:43 (UTC) |
commit | 31443fddddcb3e43bd32bb2f5e9553255d8309a8 (patch) (side-by-side diff) | |
tree | 87326cf5f70cfa18917157e4f0513abd3c395978 /noncore | |
parent | a45bd312c97a83fef9b3d93c7caedb1f302c6ebe (diff) | |
download | opie-31443fddddcb3e43bd32bb2f5e9553255d8309a8.zip opie-31443fddddcb3e43bd32bb2f5e9553255d8309a8.tar.gz opie-31443fddddcb3e43bd32bb2f5e9553255d8309a8.tar.bz2 |
Uncommenting destdir
-rw-r--r-- | noncore/net/networksetup/wlan/wlan.pro | 2 | ||||
-rw-r--r-- | noncore/settings/networksettings/wlan/wlan.pro | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/noncore/net/networksetup/wlan/wlan.pro b/noncore/net/networksetup/wlan/wlan.pro index 396dd4a..23fc39a 100644 --- a/noncore/net/networksetup/wlan/wlan.pro +++ b/noncore/net/networksetup/wlan/wlan.pro @@ -1,8 +1,8 @@ TEMPLATE = lib CONFIG += qt warn_on release #CONFIG += qt warn_on debug -#DESTDIR = $(OPIEDIR)/plugins/networksetup +DESTDIR = $(OPIEDIR)/plugins/networksetup HEADERS = wlanimp.h infoimp.h wlanmodule.h wextensions.h SOURCES = wlanimp.cpp infoimp.cpp wlanmodule.cpp wextensions.cpp INCLUDEPATH += $(OPIEDIR)/include ../ ../interfaces/ DEPENDPATH += $(OPIEDIR)/include diff --git a/noncore/settings/networksettings/wlan/wlan.pro b/noncore/settings/networksettings/wlan/wlan.pro index 396dd4a..23fc39a 100644 --- a/noncore/settings/networksettings/wlan/wlan.pro +++ b/noncore/settings/networksettings/wlan/wlan.pro @@ -1,8 +1,8 @@ TEMPLATE = lib CONFIG += qt warn_on release #CONFIG += qt warn_on debug -#DESTDIR = $(OPIEDIR)/plugins/networksetup +DESTDIR = $(OPIEDIR)/plugins/networksetup HEADERS = wlanimp.h infoimp.h wlanmodule.h wextensions.h SOURCES = wlanimp.cpp infoimp.cpp wlanmodule.cpp wextensions.cpp INCLUDEPATH += $(OPIEDIR)/include ../ ../interfaces/ DEPENDPATH += $(OPIEDIR)/include |