Skip to content

Commit

Permalink
Add link-balancer to generated output
Browse files Browse the repository at this point in the history
  • Loading branch information
philwhineray committed Feb 15, 2015
1 parent 41d2545 commit 55343b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions configure.ac
Expand Up @@ -6,6 +6,7 @@ AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([autotool])
AC_CONFIG_SRCDIR([sbin/firehol.in])
AC_CONFIG_SRCDIR([sbin/fireqos.in])
AC_CONFIG_SRCDIR([sbin/link-balancer.in])
AM_INIT_AUTOMAKE([gnu])
AM_MAINTAINER_MODE([disable])

Expand Down Expand Up @@ -102,5 +103,6 @@ AC_CONFIG_FILES([

AC_CONFIG_FILES([sbin/firehol], [chmod +x sbin/firehol])
AC_CONFIG_FILES([sbin/fireqos], [chmod +x sbin/fireqos])
AC_CONFIG_FILES([sbin/link-balancer], [chmod +x sbin/link-balancer])

AC_OUTPUT
2 changes: 1 addition & 1 deletion sbin/Makefile.am
@@ -1,3 +1,3 @@
# Process this file with automake to produce Makefile.in

sbin_SCRIPTS = firehol fireqos
sbin_SCRIPTS = firehol fireqos link-balancer

0 comments on commit 55343b9

Please sign in to comment.