build: do not included generated files in distribution
We have to use this method as automake seems to ignore nodist_ on libs. Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
This commit is contained in:
parent
16cbe1216a
commit
e7c611deea
|
@ -130,6 +130,9 @@ startup_tcl.c: startup.tcl $(BIN2C)
|
||||||
# add startup_tcl.c to make clean list
|
# add startup_tcl.c to make clean list
|
||||||
CLEANFILES = startup.tcl startup_tcl.c
|
CLEANFILES = startup.tcl startup_tcl.c
|
||||||
|
|
||||||
|
# we do not want generated file in the dist
|
||||||
|
dist-hook:
|
||||||
|
rm -f $(distdir)/startup_tcl.c
|
||||||
|
|
||||||
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
|
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue