Half the bison generated files where kept in the distributed archive (?).

The ".c" where shiped, but not the ".h". Try to ship everything...
This commit is contained in:
Jean-Paul Chaput 2011-02-06 17:15:29 +00:00
parent 6f3c6adc10
commit 9bc30347f7
1 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
AM_CFLAGS = -I$(top_srcdir)/mbk/src -I$(top_srcdir)/log/src -I$(top_srcdir)/beh/src -I$(top_srcdir)/bhl/src
lib_LTLIBRARIES = libBvl.la
include_HEADERS = bvl.h
libBvl_la_SOURCES = bvl_bcomp_y.y bvl_bcomp_l.l \
bvl_bedef.h bvl_drive.c bvl.h bvl_util.c \
bvl_byacc.h bvl_globals.c bvl_parse.c
libBvl_la_SOURCES = bvl_bcomp_y.y bvl_bcomp_l.l bvl_bcomp_y.h \
bvl_bedef.h bvl_drive.c bvl.h bvl_util.c \
bvl_byacc.h bvl_globals.c bvl_parse.c
libBvl_la_LDFLAGS = -version-info @BVL_DLL_VERSION@
libBvl_la_LDFLAGS = -version-info @BVL_DLL_VERSION@
CLEANFILES = bvl_bcomp_y.c bvl_bcomp_y.h bvl_bcomp_l.c