summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am1
-rw-r--r--configure.ac1
-rw-r--r--lib/Makefile.am3
3 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 807a109..638c549 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -42,7 +42,6 @@ EXTRA_DIST = \
autogen.sh
SUBDIRS = \
- lib \
src \
doc \
examples \
diff --git a/configure.ac b/configure.ac
index f1459f3..55e774b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -175,7 +175,6 @@ doc/Makefile
examples/Makefile
examples/fastwc/Makefile
examples/manual/Makefile
-lib/Makefile
po/Makefile.in
src/Makefile
tools/Makefile
diff --git a/lib/Makefile.am b/lib/Makefile.am
deleted file mode 100644
index 8562633..0000000
--- a/lib/Makefile.am
+++ /dev/null
@@ -1,3 +0,0 @@
-# Files in the lib/ subdirectory are picked up as needed by the flex
-# build system. As such, we don't need to specify anything beyond
-# having a Makefile.am for automake to generate a Makefile.in from.