diff options
author | Bob Gilligan <gilligan@sydney.vyatta.com> | 2007-12-14 18:07:39 -0800 |
---|---|---|
committer | Bob Gilligan <gilligan@sydney.vyatta.com> | 2007-12-14 18:07:39 -0800 |
commit | b5c72569cb4f0ca97e6c1a43075ac140670f61d9 (patch) | |
tree | fa7b613d301e59d3641a44f54d8f5a0e771e57cc /Makefile.am | |
parent | e049ba70d640035b320ca508a6cfd5de2e22879e (diff) | |
download | vyatta-op-b5c72569cb4f0ca97e6c1a43075ac140670f61d9.tar.gz vyatta-op-b5c72569cb4f0ca97e6c1a43075ac140670f61d9.zip |
Add render_xml to this package. It is used by at least two other
packages.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ac4aa61..fdde7e6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,6 +19,14 @@ bin_sudo_users_SCRIPTS = scripts/vyatta-show-log bin_sudo_users_SCRIPTS += scripts/vyatta-show-log-all bin_sudo_users_SCRIPTS += scripts/vyatta-show-log-file +sbin_PROGRAMS = src/render_xml + +src_render_xml_SOURCES = src/render_xml.cc +src_render_xml_SOURCES += src/xsl_processor.cc +src_render_xml_SOURCES += src/xsl_processor.hh +src_render_xml_CPPFLAGS = -I$(srcdir)/src +src_render_xml_LDADD = -lsablot + cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ cpio -0pd |