diff options
author | Stef Walter <stef@memberwebs.com> | 2006-05-10 18:05:57 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2006-05-10 18:05:57 +0000 |
commit | cb2140a3a466cb002e4cdec3fa571dee1eb5c425 (patch) | |
tree | efe175ec66870a5de3f28622dad00c0f7584e86e | |
parent | 6275f13d02b68d54b186036a2abea91150be6388 (diff) |
Fix some minor build problems.
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.in | 4 | ||||
-rw-r--r-- | 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 <nielsen@memberwebs.com> 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 |