sbin_PROGRAMS=blockad
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 \
+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
blockad_SOURCES=blockad.cc iptables.cc hosts.deny.cc
// along with this program. If not, see <http://www.gnu.org/licenses/>.
//
#include <config.h>
-#include "Regex.h"
+#include "Regex_.h"
// Regex ----------------------------------------------------------------------