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:
parent
6f3c6adc10
commit
9bc30347f7
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue