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 | 628d7993d52dff920f52fdbc8e672ae840b9a607 (patch) | |
tree | c3246dad508a15ce0f0cb1f74c5c2ce75abc35a3 | |
parent | 6f3623285e4b7933121673f7649bdc2ea80e0ec7 (diff) | |
download | samba-628d7993d52dff920f52fdbc8e672ae840b9a607.tar.gz samba-628d7993d52dff920f52fdbc8e672ae840b9a607.tar.bz2 samba-628d7993d52dff920f52fdbc8e672ae840b9a607.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.
(This used to be commit dc8998b1d3c119665538eb5e0b133a47f89fed19)
-rw-r--r-- | source3/include/includes.h | 2 | ||||
-rw-r--r-- | source3/ubiqx/COPYING.LGPL (renamed from COPYING.LGPL) | 0 | ||||
-rw-r--r-- | source3/ubiqx/README.UBI (renamed from README.UBI) | 0 | ||||
-rw-r--r-- | source3/ubiqx/ubi_dLinkList.c (renamed from source3/ubi_dLinkList.c) | 2 | ||||
-rw-r--r-- | source3/ubiqx/ubi_dLinkList.h (renamed from source3/ubi_dLinkList.h) | 0 |
5 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 4c7ec56367..518f6249e9 100644 --- a/source3/include/includes.h +++ b/source3/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/source3/ubiqx/COPYING.LGPL index 8c8377da46..8c8377da46 100644 --- a/COPYING.LGPL +++ b/source3/ubiqx/COPYING.LGPL diff --git a/README.UBI b/source3/ubiqx/README.UBI index c4a69e40d3..c4a69e40d3 100644 --- a/README.UBI +++ b/source3/ubiqx/README.UBI diff --git a/source3/ubi_dLinkList.c b/source3/ubiqx/ubi_dLinkList.c index e82b9df132..5d970a9ca1 100644 --- a/source3/ubi_dLinkList.c +++ b/source3/ubiqx/ubi_dLinkList.c @@ -39,7 +39,7 @@ * ========================================================================== ** */ -#include "includes.h" +#include "../includes.h" #include "ubi_dLinkList.h" /* ========================================================================== ** diff --git a/source3/ubi_dLinkList.h b/source3/ubiqx/ubi_dLinkList.h index 1facf92d3b..1facf92d3b 100644 --- a/source3/ubi_dLinkList.h +++ b/source3/ubiqx/ubi_dLinkList.h |