projects
/
platform
/
upstream
/
bison.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0af19cd
)
(lib_LIBRARIES, liby_a_SOURCES): New macros.
author
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 30 Nov 2002 09:10:55 +0000
(09:10 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 30 Nov 2002 09:10:55 +0000
(09:10 +0000)
lib/Makefile.am
patch
|
blob
|
history
diff --git
a/lib/Makefile.am
b/lib/Makefile.am
index
15e7ef6
..
c70d476
100644
(file)
--- 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).