File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed
Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ SUBDIRS = src $(PYTHON_DIR) $(JAVA_DIR) $(PHP_DIR) $(LUA_DIR) $(PERL_DIR) $(RUBY
2828DIST_SUBDIRS = $(SUBDIRS )
2929EXTRA_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 )
3030
31- MOSTLYCLEANFILES = $(DX_CLEANFILES ) redhat/SOURCES/*
31+ MOSTLYCLEANFILES = $(DX_CLEANFILES ) redhat/SOURCES/* $( top_srcdir ) /src/java/*.java $( top_srcdir ) /src/java/webserver_wrap.*
3232DISTCLEANFILES = redhat/SOURCES/* redhat/SPEC/* redhat/* debian/* DIST_REVISION
3333
3434pkgconfigdir = $(libdir ) /pkgconfig
Original file line number Diff line number Diff line change 2020# Process this file with autoconf to produce a configure script.
2121
2222AC_PREREQ ( 2.57 )
23- AC_INIT ( [ libhttpserver] , 0.1. 2 , [ electrictwister2000@gmail.com] )
24- AM_INIT_AUTOMAKE ( [ libhttpserver] , 0.1. 2 )
23+ AC_INIT ( [ libhttpserver] , 0.2 , [ electrictwister2000@gmail.com] )
24+ AM_INIT_AUTOMAKE ( [ libhttpserver] , 0.2 )
2525AC_CONFIG_HEADERS ( [ config.h] )
2626AC_CONFIG_MACRO_DIR ( [ m4] )
2727
@@ -390,7 +390,13 @@ AC_OUTPUT(
390390 libhttpserver.pc
391391 Makefile
392392 src/Makefile
393- $OUTPUT_LANG
393+ src/python/Makefile
394+ src/java/Makefile
395+ src/php/Makefile
396+ src/lua/Makefile
397+ src/perl/Makefile
398+ src/ruby/Makefile
399+ src/guile/Makefile
394400 debian/changelog
395401 debian/control
396402 debian/libhttpserver-dev.install
Original file line number Diff line number Diff line change 55
66CURDIR =
77DEB_SRCDIR = @abs_top_srcdir@
8- DEB_DH_INSTALL_SOURCEDIR = debian/tmp
8+ DEB_DESTDIR = @abs_top_builddir@/debian/tmp
9+ DEB_DH_INSTALL_SOURCEDIR = @abs_top_builddir@/debian/tmp
910DEB_BUILDDIR = @abs_top_builddir@/deb_build
1011DEB_MAKE_CHECK_TARGET = check
1112
You can’t perform that action at this time.
0 commit comments