moved ubi_ modules back into the ubiqx directory.
authorAndrew Tridgell <tridge@samba.org>
Thu, 30 Oct 1997 08:44:29 +0000 (08:44 +0000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 30 Oct 1997 08:44:29 +0000 (08:44 +0000)
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.

source/include/includes.h
source/ubiqx/COPYING.LGPL [moved from COPYING.LGPL with 100% similarity]
source/ubiqx/README.UBI [moved from README.UBI with 100% similarity]
source/ubiqx/ubi_dLinkList.c [moved from source/ubi_dLinkList.c with 99% similarity]
source/ubiqx/ubi_dLinkList.h [moved from source/ubi_dLinkList.h with 100% similarity]

index 4c7ec56367ce9726a3f55ab89681e20d0ae57f40..518f6249e92b0a4e44316b8862632ef7064c6176 100644 (file)
    by the previous section 
 */
 #include "local.h"
    by the previous section 
 */
 #include "local.h"
-#include "ubi_dLinkList.h"
 #include <stdio.h>
 #ifdef POSIX_STDLIBH
 #include <posix/stdlib.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 "version.h"
 #include "smb.h"
 #include "nameserv.h"
+#include "ubiqx/ubi_dLinkList.h"
 #include "proto.h"
 #include "byteorder.h"
 
 #include "proto.h"
 #include "byteorder.h"
 
similarity index 100%
rename from COPYING.LGPL
rename to source/ubiqx/COPYING.LGPL
similarity index 100%
rename from README.UBI
rename to source/ubiqx/README.UBI
similarity index 99%
rename from source/ubi_dLinkList.c
rename to source/ubiqx/ubi_dLinkList.c
index e82b9df1324703391b8d865736e722fa76476774..5d970a9ca1388db017ffc797eb747a5b08b060d4 100644 (file)
@@ -39,7 +39,7 @@
  * ========================================================================== **
  */
 
  * ========================================================================== **
  */
 
-#include "includes.h"
+#include "../includes.h"
 #include "ubi_dLinkList.h"
 
 /* ========================================================================== **
 #include "ubi_dLinkList.h"
 
 /* ========================================================================== **