mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
build: add missing gnulib libs
* src/local.mk (LDADD): Here.
This commit is contained in:
10
src/local.mk
10
src/local.mk
@@ -13,7 +13,15 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
LDADD = lib/libbison.a $(LIBINTL)
|
LDADD = \
|
||||||
|
$(ISNAND_LIBM) \
|
||||||
|
$(ISNANF_LIBM) \
|
||||||
|
$(ISNANL_LIBM) \
|
||||||
|
$(LDEXPL_LIBM) \
|
||||||
|
$(LDEXP_LIBM) \
|
||||||
|
$(LIBINTL) \
|
||||||
|
$(LIBTHREAD) \
|
||||||
|
lib/libbison.a
|
||||||
|
|
||||||
bin_PROGRAMS = src/bison
|
bin_PROGRAMS = src/bison
|
||||||
# Prettify Automake-computed names of compiled objects.
|
# Prettify Automake-computed names of compiled objects.
|
||||||
|
|||||||
Reference in New Issue
Block a user