Loading Makefile.am +4 −0 Original line number Diff line number Diff line Loading @@ -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) Loading configure.in +1 −0 Original line number Diff line number Diff line Loading @@ -615,6 +615,7 @@ AC_OUTPUT( Makefile \ src/Makefile \ lib/Makefile \ tests/Makefile \ tests/data/Makefile \ packages/Makefile \ packages/Win32/Makefile \ packages/Linux/Makefile \ Loading tests/Makefile.am +3 −1 Original line number Diff line number Diff line EXTRA_DIST = data ftpserver.pl httpserver.pl runtests.pl EXTRA_DIST = ftpserver.pl httpserver.pl runtests.pl SUBDIRS = data all: install: Loading Loading
Makefile.am +4 −0 Original line number Diff line number Diff line Loading @@ -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) Loading
configure.in +1 −0 Original line number Diff line number Diff line Loading @@ -615,6 +615,7 @@ AC_OUTPUT( Makefile \ src/Makefile \ lib/Makefile \ tests/Makefile \ tests/data/Makefile \ packages/Makefile \ packages/Win32/Makefile \ packages/Linux/Makefile \ Loading
tests/Makefile.am +3 −1 Original line number Diff line number Diff line EXTRA_DIST = data ftpserver.pl httpserver.pl runtests.pl EXTRA_DIST = ftpserver.pl httpserver.pl runtests.pl SUBDIRS = data all: install: Loading