* 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
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue