Remove obsolete lib/ directory.
This commit is contained in:
parent
ee427cac0d
commit
8b70c5be9b
3 changed files with 2 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = gnu
|
AUTOMAKE_OPTIONS = gnu
|
||||||
|
|
||||||
SUBDIRS = m4 lib src doc
|
SUBDIRS = m4 src doc
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
|
|
||||||
|
|
|
@ -173,6 +173,6 @@ AC_ARG_ENABLE(jumbograms,
|
||||||
|
|
||||||
AC_SUBST(INCLUDES)
|
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
|
AC_OUTPUT
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
## Process this file with automake to produce Makefile.in
|
|
Loading…
Reference in a new issue