Browse Source

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>
tags/v0.5.0-rc1
Spencer Oliver 13 years ago
parent
commit
e7c611deea
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      src/Makefile.am

+ 4
- 1
src/Makefile.am View File

@@ -130,7 +130,10 @@ 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

# The "quick" target builds executables & reinstalls the executables


Loading…
Cancel
Save