File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ ACLOCAL_AMFLAGS = -I m4
2626
2727SUBDIRS = src test $(PYTHON_DIR ) $(JAVA_DIR ) $(PHP_DIR ) $(LUA_DIR ) $(PERL_DIR ) $(RUBY_DIR ) $(GUILE_DIR )
2828DIST_SUBDIRS = src test $(PYTHON_DIST_DIR ) $(JAVA_DIST_DIR ) $(PHP_DIST_DIR ) $(LUA_DIST_DIR ) $(PERL_DIST_DIR ) $(RUBY_DIST_DIR ) $(GUILE_DIST_DIR )
29- EXTRA_DIST = libhttpserver.pc.in debian/changelog.in debian/control.in debian/rules.in debian/libhttpserver-dev.install.in debian/libhttpserver.install.in redhat/libhttpserver.SPEC.in $(DX_CONFIG ) $(PYTHON_EXTRA ) $(PHP_EXTRA ) $(PERL_EXTRA )
29+ EXTRA_DIST = libhttpserver.pc.in debian/changelog.in debian/control.in debian/copyright.in debian/ rules.in debian/libhttpserver-dev.install.in debian/libhttpserver.install.in redhat/libhttpserver.SPEC.in $(DX_CONFIG ) $(PYTHON_EXTRA ) $(PHP_EXTRA ) $(PERL_EXTRA )
3030
3131JAVACLEANFILES = $(top_srcdir ) /src/java/*.java $(top_srcdir ) /src/java/webserver_wrap.*
3232PYTHONCLEANFILES = $(top_srcdir ) /src/python/*.py $(top_srcdir ) /src/python/webserver_wrap.*
3333
3434MOSTLYCLEANFILES = $(DX_CLEANFILES ) redhat/SOURCES/* $(JAVACLEANFILES ) $(PYTHONCLEANFILES )
35- DISTCLEANFILES = redhat/SOURCES/* redhat/SPEC/* redhat/* debian/* DIST_REVISION
35+ DISTCLEANFILES = redhat/SOURCES/* redhat/SPEC/* redhat/RPMS/* redhat/SRPMS/* redhat/ * debian/* DIST_REVISION
3636
3737pkgconfigdir = $(libdir ) /pkgconfig
3838pkgconfig_DATA = libhttpserver.pc
Original file line number Diff line number Diff line change @@ -410,6 +410,7 @@ AC_OUTPUT(
410410 src/guile/Makefile
411411 test/Makefile
412412 debian/changelog
413+ debian/copyright
413414 debian/control
414415 debian/libhttpserver-dev.install
415416 debian/libhttpserver.install
You can’t perform that action at this time.
0 commit comments