(lib_LIBRARIES, liby_a_SOURCES): New macros.

This commit is contained in:
Paul Eggert
2002-11-30 09:10:55 +00:00
parent 0af19cd0c1
commit 1f14d97ae5

View File

@@ -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).