Skip to content
Snippets Groups Projects
Commit e7c611de authored by Spencer Oliver's avatar Spencer Oliver
Browse files

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: default avatarSpencer Oliver <ntfreak@users.sourceforge.net>
parent 16cbe121
Branches
No related tags found
No related merge requests found
......@@ -130,6 +130,9 @@ startup_tcl.c: startup.tcl $(BIN2C)
# add startup_tcl.c to make clean list
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment