* 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:
parent
0bd6f72690
commit
b84e6a6440
2 changed files with 8 additions and 2 deletions
|
|
@ -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>
|
2004-03-08 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||||
|
|
||||||
* configure.ac (YACC): Do not add `-d' here...
|
* configure.ac (YACC): Do not add `-d' here...
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,7 @@ lbtt_SOURCES = \
|
||||||
UserCommands.cc \
|
UserCommands.cc \
|
||||||
UserCommands.h
|
UserCommands.h
|
||||||
|
|
||||||
EXTRA_lbtt_SOURCES = gnu-getopt.h Config-parse.h
|
EXTRA_lbtt_SOURCES = gnu-getopt.h
|
||||||
lbtt_LDADD = $(LIBOBJS) $(READLINELIBS)
|
lbtt_LDADD = $(LIBOBJS) $(READLINELIBS)
|
||||||
|
|
||||||
lbtt_translate_SOURCES = \
|
lbtt_translate_SOURCES = \
|
||||||
|
|
@ -78,5 +78,5 @@ lbtt_translate_SOURCES = \
|
||||||
translate.cc \
|
translate.cc \
|
||||||
TranslatorInterface.h
|
TranslatorInterface.h
|
||||||
|
|
||||||
EXTRA_lbtt_translate_SOURCES = gnu-getopt.h NeverClaim-parse.h
|
EXTRA_lbtt_translate_SOURCES = gnu-getopt.h
|
||||||
lbtt_translate_LDADD = $(LIBOBJS)
|
lbtt_translate_LDADD = $(LIBOBJS)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue