chiark / gitweb /
distcheck-clean
authorRichard Kettlewell <rjk@greenend.org.uk>
Sat, 5 Mar 2011 18:47:51 +0000 (18:47 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sat, 5 Mar 2011 18:47:51 +0000 (18:47 +0000)
configure.ac
src/Makefile.am

index a186612..2a996be 100644 (file)
@@ -15,7 +15,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 AC_PREREQ([2.61])
-AC_INIT([blockad], [0.0.DEV], [rjk@greenend.org.uk])
+AC_INIT([blockad], [0.1.DEV], [rjk@greenend.org.uk])
 AC_CONFIG_AUX_DIR([config.aux])
 AM_INIT_AUTOMAKE([1.10])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
index 34d0809..2811a49 100644 (file)
@@ -20,9 +20,9 @@ man_MANS=blockad.8
 libutils_a_SOURCES=Address.cc ConfFile.cc Regex.cc StdioFile.cc                \
 Watcher.cc Address.h ConfFile.h Regex_.h StdioFile.h Watcher.h log.h   \
 log.cc IOError.cc IOError.h nonblock.cc utils.h execute.cc             \
-BlockMethod.h BlockMethod.cc WatcherImplementation.h                   \
-WatcherImplementation.cc InotifyWatcher.cc InotifyWatcher.h            \
-PollingWatcher.cc PollingWatcher.h timeval.h
+BlockMethod.h BlockMethod.cc WatcherImplementation.cc                  \
+InotifyWatcher.cc InotifyWatcher.h PollingWatcher.cc PollingWatcher.h  \
+timeval.h
 blockad_SOURCES=blockad.cc iptables.cc hosts.deny.cc
 LDADD=libutils.a
 EXTRA_DIST=${man_MANS}