* src/Makefile.am (EXTRA_lbtt_SOURCES): Remove Config-parse.h,

it is automatically distributed.
(EXTRA_lbtt_translate_SOURCES): Likewise, remove NeverClaim-parse.h.
This commit is contained in:
Alexandre Duret-Lutz 2004-03-09 09:49:48 +00:00
parent 0bd6f72690
commit b84e6a6440
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2004-03-09 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/Makefile.am (EXTRA_lbtt_SOURCES): Remove Config-parse.h,
it is automatically distributed.
(EXTRA_lbtt_translate_SOURCES): Likewise, remove NeverClaim-parse.h.
2004-03-08 Alexandre Duret-Lutz <adl@src.lip6.fr>
* configure.ac (YACC): Do not add `-d' here...

View file

@ -50,7 +50,7 @@ lbtt_SOURCES = \
UserCommands.cc \
UserCommands.h
EXTRA_lbtt_SOURCES = gnu-getopt.h Config-parse.h
EXTRA_lbtt_SOURCES = gnu-getopt.h
lbtt_LDADD = $(LIBOBJS) $(READLINELIBS)
lbtt_translate_SOURCES = \
@ -78,5 +78,5 @@ lbtt_translate_SOURCES = \
translate.cc \
TranslatorInterface.h
EXTRA_lbtt_translate_SOURCES = gnu-getopt.h NeverClaim-parse.h
EXTRA_lbtt_translate_SOURCES = gnu-getopt.h
lbtt_translate_LDADD = $(LIBOBJS)