summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2002-11-30 09:10:55 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2002-11-30 09:10:55 +0000
commit1f14d97ae56af2a09ed713de927312e1f83b3426 (patch)
treed09e8163e1376475e1d2d64ca557ff44048e057e /lib/Makefile.am
parent0af19cd0c160320359e7fdeb3e95035366c92005 (diff)
downloadbison-1f14d97ae56af2a09ed713de927312e1f83b3426.tar.gz
(lib_LIBRARIES, liby_a_SOURCES): New macros.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 15e7ef65..c70d4760 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -17,6 +17,7 @@
AM_CFLAGS = $(WARNING_CFLAGS)
+lib_LIBRARIES = liby.a
noinst_LIBRARIES = libbison.a
# config.h is in build/., and system.h is in src/src/.
@@ -24,6 +25,8 @@ INCLUDES = -I$(top_builddir) \
-I$(top_srcdir)/src \
-I$(top_srcdir)/lib
+liby_a_SOURCES = main.c yyerror.c
+
# Heck, we are still using an old version of Automake which does not
# understand inner AC_LIBOBJ (i.e., from Autoconf itself, not from
# configure.in).