author | kergoth <kergoth> | 2002-10-15 22:27:47 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-10-15 22:27:47 (UTC) |
commit | 626b45872e1774b694727792f7306a39277e413e (patch) (side-by-side diff) | |
tree | 25a496fbdab1cd24aba4863574821a9a473904ae /noncore/net | |
parent | 9e38d78e1c1bcdd3841cc0edfacad731814754ba (diff) | |
download | opie-626b45872e1774b694727792f7306a39277e413e.zip opie-626b45872e1774b694727792f7306a39277e413e.tar.gz opie-626b45872e1774b694727792f7306a39277e413e.tar.bz2 |
Correct plugin path.
-rw-r--r-- | noncore/net/networksetup/wlan/wlan.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/networksetup/wlan/wlan.pro b/noncore/net/networksetup/wlan/wlan.pro index d8f9a0d..5cfe468 100644 --- a/noncore/net/networksetup/wlan/wlan.pro +++ b/noncore/net/networksetup/wlan/wlan.pro @@ -1,7 +1,7 @@ TEMPLATE = lib CONFIG += qt warn_on release #CONFIG += qt warn_on debug -DESTDIR = $(OPIEDIR)/plugins/.networksetup +DESTDIR = $(OPIEDIR)/plugins/networksetup HEADERS = wlanimp.h wlanmodule.h SOURCES = wlanimp.cpp wlanmodule.cpp INCLUDEPATH += $(OPIEDIR)/include ../ |