rm the tools dir
This commit is contained in:
parent
0d55e6cb7d
commit
66899a4eb5
2 changed files with 2 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
#SUBDIRS = po themes doc render cwmcc obcl kernel plugins
|
#SUBDIRS = po themes doc render cwmcc obcl kernel plugins
|
||||||
SUBDIRS = po themes data render kernel plugins tools
|
SUBDIRS = po themes data render kernel plugins
|
||||||
MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in
|
MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in
|
||||||
|
|
||||||
doc:
|
doc:
|
||||||
|
|
|
@ -72,9 +72,7 @@ AC_CONFIG_FILES([Makefile
|
||||||
plugins/placement/Makefile
|
plugins/placement/Makefile
|
||||||
plugins/mouse/Makefile
|
plugins/mouse/Makefile
|
||||||
plugins/keyboard/Makefile
|
plugins/keyboard/Makefile
|
||||||
plugins/menu/Makefile
|
plugins/menu/Makefile])
|
||||||
tools/Makefile
|
|
||||||
tools/slit/Makefile])
|
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
||||||
AC_MSG_RESULT
|
AC_MSG_RESULT
|
||||||
|
|
Loading…
Reference in a new issue