From: Guus Sliepen <guus@tinc-vpn.org>
Date: Fri, 30 Apr 2010 21:18:22 +0000 (+0200)
Subject: Remove obsolete lib/ directory.
X-Git-Tag: release-1.1pre1~70
X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8b70c5be9bc762d81354f9cd77c3748a44a4956d;p=oweals%2Ftinc.git

Remove obsolete lib/ directory.
---

diff --git a/Makefile.am b/Makefile.am
index ce8a4d0..d2f9c3b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@
 
 AUTOMAKE_OPTIONS = gnu
 
-SUBDIRS =  m4 lib src doc
+SUBDIRS =  m4 src doc
 
 ACLOCAL_AMFLAGS = -I m4 
 
diff --git a/configure.in b/configure.in
index 78622af..5aacff6 100644
--- a/configure.in
+++ b/configure.in
@@ -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
diff --git a/lib/Makefile.am b/lib/Makefile.am
deleted file mode 100644
index 96d7a6a..0000000
--- a/lib/Makefile.am
+++ /dev/null
@@ -1 +0,0 @@
-## Process this file with automake to produce Makefile.in