diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2007-10-24 13:51:15 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2007-10-24 13:51:15 -0700 |
commit | 04ff16ae2bad256b0990fbe970a168817c3b051b (patch) | |
tree | f286027c88db013f49258a44c1e38fff6c967439 /Makefile.am | |
parent | aded3ffd12620dd0fab59538b4fced05a7739987 (diff) | |
download | vyatta-cfg-04ff16ae2bad256b0990fbe970a168817c3b051b.tar.gz vyatta-cfg-04ff16ae2bad256b0990fbe970a168817c3b051b.zip |
move default config to vyatta-cfg-system. if vyatta-cfg-system is not
installed, an empty config is used.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d7186e9..3129eb7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,6 @@ AM_LFLAGS = --prefix=yy_`basename $* .l`_ -olex.yy.c completion_DATA = etc/bash_completion.d/vyatta-cfg initd_SCRIPTS = etc/init.d/vyatta-ofr -sysconf_DATA = etc/config.boot.default lib_LTLIBRARIES = src/libvyatta-cfg.la src_libvyatta_cfg_la_LDFLAGS = -version-info 1:0:0 |