From 61f8641e6cbb031b01118f460faa263dcbc19f2d Mon Sep 17 00:00:00 2001 From: John Southworth Date: Tue, 2 Aug 2011 12:30:41 -0500 Subject: Reorganize the bash completion and command interpreter scripts into easier to manage chunks. Command interpreter is now in vyatta-cfg-run and common functions have been moved to vyatta-op --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index f01ea8f..ec2dbaf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,6 +20,9 @@ initd_SCRIPTS = etc/init.d/vyatta-router dhcphook_SCRIPTS = scripts/vyatta-dhclient-hook logrotate_DATA = etc/logrotate.d/vyatta-config-logs +interpdir = $(datadir)/vyatta-cfg/functions/interpreter/ +interp_DATA = functions/interpreter/vyatta-cfg-run + src/cparse/cparse.cpp: src/cparse/cparse.ypp src/cparse/cparse_def.h bison -p cparse_ --defines=src/cparse/cparse.h -o $@ $< -- cgit v1.2.3