From cb2140a3a466cb002e4cdec3fa571dee1eb5c425 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 10 May 2006 18:05:57 +0000 Subject: Fix some minor build problems. --- Makefile.am | 2 +- configure.in | 4 ++-- daemon/Makefile.am | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 7b832c9..860d0b7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,5 +3,5 @@ EXTRA_DIST = apache1x apache2x common config.sub acsite.m4 SUBDIRS = daemon doc tools dist-hook: - rm -rf `find $(distdir)/ -name CVS` + rm -rf `find $(distdir)/ -name .svn` diff --git a/configure.in b/configure.in index 27c75a1..5cbd584 100644 --- a/configure.in +++ b/configure.in @@ -36,8 +36,8 @@ dnl Nate Nielsen dnl dnl Process this file with autoconf to produce a configure script. -AC_INIT(httpauth, 0.4.94, nielsen@memberwebs.com) -AM_INIT_AUTOMAKE(httpauth, 0.4.94) +AC_INIT(httpauth, 0.5, nielsen@memberwebs.com) +AM_INIT_AUTOMAKE(httpauth, 0.5) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include -g -O0" diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 7c18b49..c2fee2a 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -38,4 +38,5 @@ httpauthd_CFLAGS = -D_THREAD_SAFE -pthread -DLinux \ -I${top_srcdir}/common/ -I${top_srcdir} httpauthd_LDFLAGS = -pthread -EXTRA_DIST = $(LDAP_SOURCES) $(NTLM_SOURCES) $(PGSQL_SOURCES) $(MYSQL_SOURCES) +EXTRA_DIST = $(LDAP_SOURCES) $(NTLM_SOURCES) $(PGSQL_SOURCES) \ + $(MYSQL_SOURCES) smbval -- cgit v1.2.3