diff options
author | Andrew Tridgell <tridge@samba.org> | 1997-10-30 08:44:29 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1997-10-30 08:44:29 +0000 |
commit | dc8998b1d3c119665538eb5e0b133a47f89fed19 (patch) | |
tree | 33e7aa4ac1af8a4a9c34cd7938a8dd758e12a157 | |
parent | 9212c93beefa83be349b250fe98b65e07d842038 (diff) | |
download | samba-dc8998b1d3c119665538eb5e0b133a47f89fed19.tar.gz samba-dc8998b1d3c119665538eb5e0b133a47f89fed19.tar.xz samba-dc8998b1d3c119665538eb5e0b133a47f89fed19.zip |
moved ubi_ modules back into the ubiqx directory.
I've added a very simple (and portable) method for having separate
source directories.
This should also help when we add directories for the various ports. A
unix directory would make sense.
-rw-r--r-- | source/include/includes.h | 2 | ||||
-rw-r--r-- | source/ubiqx/COPYING.LGPL (renamed from COPYING.LGPL) | 0 | ||||
-rw-r--r-- | source/ubiqx/README.UBI (renamed from README.UBI) | 0 | ||||
-rw-r--r-- | source/ubiqx/ubi_dLinkList.c (renamed from source/ubi_dLinkList.c) | 2 | ||||
-rw-r--r-- | source/ubiqx/ubi_dLinkList.h (renamed from source/ubi_dLinkList.h) | 0 |
5 files changed, 2 insertions, 2 deletions
diff --git a/source/include/includes.h b/source/include/includes.h index 4c7ec56367c..518f6249e92 100644 --- a/source/include/includes.h +++ b/source/include/includes.h @@ -117,7 +117,6 @@ by the previous section */ #include "local.h" -#include "ubi_dLinkList.h" #include <stdio.h> #ifdef POSIX_STDLIBH #include <posix/stdlib.h> @@ -1126,6 +1125,7 @@ extern char *sys_errlist[]; #include "version.h" #include "smb.h" #include "nameserv.h" +#include "ubiqx/ubi_dLinkList.h" #include "proto.h" #include "byteorder.h" diff --git a/COPYING.LGPL b/source/ubiqx/COPYING.LGPL index 8c8377da464..8c8377da464 100644 --- a/COPYING.LGPL +++ b/source/ubiqx/COPYING.LGPL diff --git a/README.UBI b/source/ubiqx/README.UBI index c4a69e40d3f..c4a69e40d3f 100644 --- a/README.UBI +++ b/source/ubiqx/README.UBI diff --git a/source/ubi_dLinkList.c b/source/ubiqx/ubi_dLinkList.c index e82b9df1324..5d970a9ca13 100644 --- a/source/ubi_dLinkList.c +++ b/source/ubiqx/ubi_dLinkList.c @@ -39,7 +39,7 @@ * ========================================================================== ** */ -#include "includes.h" +#include "../includes.h" #include "ubi_dLinkList.h" /* ========================================================================== ** diff --git a/source/ubi_dLinkList.h b/source/ubiqx/ubi_dLinkList.h index 1facf92d3b1..1facf92d3b1 100644 --- a/source/ubi_dLinkList.h +++ b/source/ubiqx/ubi_dLinkList.h |