Skip to content

Commit

Permalink
'make distcheck' works now
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Jan 8, 2001
1 parent 703fc26 commit b915ca6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Makefile.am
Expand Up @@ -10,6 +10,10 @@ EXTRA_DIST = \

SUBDIRS = docs lib src include tests packages

# create a root makefile in the distribution:
dist-hook:
cp Makefile.dist $(distdir)/Makefile

test:
@(cd tests; make quiet-test)

Expand Down
1 change: 1 addition & 0 deletions configure.in
Expand Up @@ -615,6 +615,7 @@ AC_OUTPUT( Makefile \
src/Makefile \
lib/Makefile \
tests/Makefile \
tests/data/Makefile \
packages/Makefile \
packages/Win32/Makefile \
packages/Linux/Makefile \
Expand Down
4 changes: 3 additions & 1 deletion tests/Makefile.am
@@ -1,4 +1,6 @@
EXTRA_DIST = data ftpserver.pl httpserver.pl runtests.pl
EXTRA_DIST = ftpserver.pl httpserver.pl runtests.pl

SUBDIRS = data

all:
install:
Expand Down

0 comments on commit b915ca6

Please sign in to comment.