From c19bb4d1800216491a6e5333c719b36ff621b5d8 Mon Sep 17 00:00:00 2001 From: Brian West Date: Fri, 7 Mar 2014 18:06:22 -0600 Subject: [PATCH] fix autotools missing file name --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f91b903d9c..ebecc772c8 100644 --- a/configure.ac +++ b/configure.ac @@ -1327,7 +1327,7 @@ AC_CONFIG_FILES([Makefile src/mod/event_handlers/mod_radius_cdr/Makefile src/mod/event_handlers/mod_rayo/Makefile src/mod/event_handlers/mod_snmp/Makefile - src/mod/event_handlers/mod_event_zmq + src/mod/event_handlers/mod_event_zmq/Makefile src/mod/formats/mod_local_stream/Makefile src/mod/formats/mod_native_file/Makefile src/mod/formats/mod_shell_stream/Makefile