added Makefile for src/FbTk and libtool config

This commit is contained in:
fluxgen 2002-11-26 15:58:36 +00:00
parent b5acf3a78f
commit 031edc36ac

View file

@ -17,6 +17,7 @@ dnl Locate required external software
AC_PROG_CC AC_PROG_CC
AC_PROG_CXX AC_PROG_CXX
AC_PROG_INSTALL AC_PROG_INSTALL
AM_PROG_LIBTOOL
AC_CHECK_PROGS(regex_cmd, sed) AC_CHECK_PROGS(regex_cmd, sed)
if test x$regex_cmd = "x"; then if test x$regex_cmd = "x"; then
@ -311,6 +312,7 @@ AM_CONFIG_HEADER(config.h)
AC_OUTPUT(Makefile AC_OUTPUT(Makefile
version.h version.h
src/Makefile src/Makefile
src/FbTk/Makefile
util/Makefile util/Makefile
util/fbrun/Makefile util/fbrun/Makefile
data/Makefile data/Makefile