]> granicus.if.org Git - flex/commit
build: Link $(LIBOBJS) from src/ dir, remove libcompat.la.
authorExplorer09 <explorer09@gmail.com>
Fri, 18 Nov 2016 18:37:04 +0000 (02:37 +0800)
committerWill Estes <westes575@gmail.com>
Thu, 24 Nov 2016 23:45:07 +0000 (18:45 -0500)
commit713f5a0cb4ba5e4bfebae125edf4111fd8dae803
tree3f648b9c502e61a3f02b8482abc592d18eda5124
parent11c445cde95ec4ba146b180bf3a2501cc6e255da
build: Link $(LIBOBJS) from src/ dir, remove libcompat.la.

The libcompat.la library was small and less friendly to bootstrapping
and cross compilation. Now, we will simply link individual object
files as needed, which is simpler.
configure.ac
lib/Makefile.am
lib/lib.c [deleted file]
src/Makefile.am