* Moved some directories.
git-svn-id: svn://svn.zoy.org/elk/trunk@76 55e467fa-43c5-0310-a8a2-de718669efc6
This commit is contained in:
parent
276a623302
commit
28da7c3327
|
@ -406,10 +406,10 @@ AC_OUTPUT([
|
|||
lib/Makefile
|
||||
lib/misc/Makefile
|
||||
lib/unix/Makefile
|
||||
lib/xaw/Makefile
|
||||
lib/xlib/Makefile
|
||||
lib/xm/Makefile
|
||||
lib/xt/Makefile
|
||||
lib/xwidgets/Makefile
|
||||
lib/xwidgets/xaw/Makefile
|
||||
lib/xwidgets/motif/Makefile
|
||||
scm/Makefile
|
||||
scm/slib.scm
|
||||
src/Makefile
|
||||
|
|
|
@ -1 +1 @@
|
|||
SUBDIRS = misc unix xaw xlib xm xt
|
||||
SUBDIRS = misc unix xlib xwidgets
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
SUBDIRS = xaw motif
|
||||
|
||||
NULL =
|
||||
|
||||
include ../xlib/Include.am
|
Loading…
Reference in New Issue