summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorExplorer09 <explorer09@gmail.com>2017-05-03 11:48:06 +0800
committerWill Estes <westes575@gmail.com>2017-05-03 13:14:16 -0400
commit259257623937630bb22cabf29f9897270aa62ce0 (patch)
tree12322f59652667f1f18758e7ff39ef07350c2c97 /Makefile.am
parent9131b8426a20fa3bbcdcc6999ad344b9afbf6367 (diff)
build: do not generate lib/Makefile.in.
Files in lib/ are picked up and built using makefile directives in src/Makefile.am. Remove the need to generate lib/Makefile.in and the stub lib/Makefile.am.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 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 \