* Moved some directories.

git-svn-id: svn://svn.zoy.org/elk/trunk@76 55e467fa-43c5-0310-a8a2-de718669efc6
This commit is contained in:
sam 2003-09-03 22:00:01 +00:00
parent 276a623302
commit 28da7c3327
75 changed files with 6 additions and 4 deletions

View File

@ -406,10 +406,10 @@ AC_OUTPUT([
lib/Makefile lib/Makefile
lib/misc/Makefile lib/misc/Makefile
lib/unix/Makefile lib/unix/Makefile
lib/xaw/Makefile
lib/xlib/Makefile lib/xlib/Makefile
lib/xm/Makefile lib/xwidgets/Makefile
lib/xt/Makefile lib/xwidgets/xaw/Makefile
lib/xwidgets/motif/Makefile
scm/Makefile scm/Makefile
scm/slib.scm scm/slib.scm
src/Makefile src/Makefile

View File

@ -1 +1 @@
SUBDIRS = misc unix xaw xlib xm xt SUBDIRS = misc unix xlib xwidgets

View File

@ -1,3 +1,5 @@
SUBDIRS = xaw motif
NULL = NULL =
include ../xlib/Include.am include ../xlib/Include.am