2002-03-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* tbr/Makefile.am: Remove.
	* tbr/.cvsignore: Remove.
	* tbr/tbr.c: Remove.
	* tbr/tbr.h: Remove.
	* configure.ac: Remove tbr subdir.
	* Makefile.am: Remove tbr subdir.
This commit is contained in:
Joel Sherrill
2002-04-03 14:18:28 +00:00
parent ed90f7546b
commit ff0fab6643
3 changed files with 11 additions and 3 deletions

View File

@@ -1,3 +1,12 @@
2002-03-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tbr/Makefile.am: Remove.
* tbr/.cvsignore: Remove.
* tbr/tbr.c: Remove.
* tbr/tbr.h: Remove.
* configure.ac: Remove tbr subdir.
* Makefile.am: Remove tbr subdir.
2002-03-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tbr/Makefile.am: New file.

View File

@@ -4,7 +4,7 @@
ACLOCAL_AMFLAGS = -I ../../../../../aclocal
SUBDIRS = include cache reg_win syscall tbr
SUBDIRS = include cache reg_win syscall
include $(top_srcdir)/../../../../../automake/subdirs.am
include $(top_srcdir)/../../../../../automake/local.am

View File

@@ -35,7 +35,6 @@ AC_CONFIG_FILES([Makefile
cache/Makefile
include/Makefile
reg_win/Makefile
syscall/Makefile
tbr/Makefile])
syscall/Makefile])
AC_OUTPUT