Remove obsolete lib/ directory.

This commit is contained in:
Guus Sliepen 2010-04-30 23:18:22 +02:00
parent ee427cac0d
commit 8b70c5be9b
3 changed files with 2 additions and 3 deletions

View file

@ -2,7 +2,7 @@
AUTOMAKE_OPTIONS = gnu
SUBDIRS = m4 lib src doc
SUBDIRS = m4 src doc
ACLOCAL_AMFLAGS = -I m4

View file

@ -173,6 +173,6 @@ AC_ARG_ENABLE(jumbograms,
AC_SUBST(INCLUDES)
AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile lib/Makefile m4/Makefile])
AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile m4/Makefile])
AC_OUTPUT

View file

@ -1 +0,0 @@
## Process this file with automake to produce Makefile.in