[PATCH 01/24] wmifs: Move source files to top directory.

Doug Torrance <[email protected]>
Newsgroups gmane.compw.window-managers.windowmaker.devel
Message-ID <[email protected]>
---
 wmifs/{wmifs => }/Makefile         | 6 +++---
 wmifs/{wmifs => }/sample.wmifsrc   | 0
 wmifs/{wmifs => }/wmifs-mask.xbm   | 0
 wmifs/{wmifs => }/wmifs-master.xpm | 0
 wmifs/{wmifs => }/wmifs.1          | 0
 wmifs/{wmifs => }/wmifs.c          | 4 ++--
 6 files changed, 5 insertions(+), 5 deletions(-)
 rename wmifs/{wmifs => }/Makefile (92%)
 rename wmifs/{wmifs => }/sample.wmifsrc (100%)
 rename wmifs/{wmifs => }/wmifs-mask.xbm (100%)
 rename wmifs/{wmifs => }/wmifs-master.xpm (100%)
 rename wmifs/{wmifs => }/wmifs.1 (100%)
 rename wmifs/{wmifs => }/wmifs.c (99%)

diff --git a/wmifs/wmifs/Makefile b/wmifs/Makefile
similarity index 92%
rename from wmifs/wmifs/Makefile
rename to wmifs/Makefile
index 0dbee76..9dec53d 100755
--- a/wmifs/wmifs/Makefile
+++ b/wmifs/Makefile
@@ -11,9 +11,9 @@ CC     = gcc
 LIBDIR = -L/usr/X11R6/lib
 LIBS   = -lXpm -lXext -lX11
 OBJS =	wmifs.o \
-		../wmgeneral/wmgeneral.o \
-		../wmgeneral/misc.o \
-		../wmgeneral/list.o
+		wmgeneral/wmgeneral.o \
+		wmgeneral/misc.o \
+		wmgeneral/list.o
 
 CFLAGS = -Wall -O2 -g
 
diff --git a/wmifs/wmifs/sample.wmifsrc b/wmifs/sample.wmifsrc
similarity index 100%
rename from wmifs/wmifs/sample.wmifsrc
rename to wmifs/sample.wmifsrc
diff --git a/wmifs/wmifs/wmifs-mask.xbm b/wmifs/wmifs-mask.xbm
similarity index 100%
rename from wmifs/wmifs/wmifs-mask.xbm
rename to wmifs/wmifs-mask.xbm
diff --git a/wmifs/wmifs/wmifs-master.xpm b/wmifs/wmifs-master.xpm
similarity index 100%
rename from wmifs/wmifs/wmifs-master.xpm
rename to wmifs/wmifs-master.xpm
diff --git a/wmifs/wmifs/wmifs.1 b/wmifs/wmifs.1
similarity index 100%
rename from wmifs/wmifs/wmifs.1
rename to wmifs/wmifs.1
diff --git a/wmifs/wmifs/wmifs.c b/wmifs/wmifs.c
similarity index 99%
rename from wmifs/wmifs/wmifs.c
rename to wmifs/wmifs.c
index 9495135..ecd00e9 100644
--- a/wmifs/wmifs/wmifs.c
+++ b/wmifs/wmifs.c
@@ -199,8 +199,8 @@
 #include <net/ppp_defs.h>
 #include <net/if_ppp.h>
 
-#include "../wmgeneral/wmgeneral.h"
-#include "../wmgeneral/misc.h"
+#include "wmgeneral/wmgeneral.h"
+#include "wmgeneral/misc.h"
 
 #include "wmifs-master.xpm"
 #include "wmifs-mask.xbm"
-- 
2.1.4


-- 
To unsubscribe, send mail to [email protected].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.