diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f12cf4f..c108943 100644 --- a/configure.ac +++ b/configure.ac @@ -30,7 +30,8 @@ AC_ARG_ENABLE([nostrip], [NOSTRIP=-nostrip], [NOSTRIP=]) AC_CONFIG_FILES( - [Makefile]) + [Makefile] + [debian/vyatta-cfg.postinst]) AC_SUBST(NOSTRIP) |