summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMichael Larson <mike@ft1.vyatta.com>2009-10-05 10:00:59 -0700
committerMichael Larson <mike@ft1.vyatta.com>2009-10-05 10:00:59 -0700
commit9a5213be7829fa69a100ddb2a61ebfa020577fbd (patch)
tree05a01b1b1f54c9f5c4e73ff3a18c4bbdfcdb37ea /Makefile.am
parent85c9492883ba8ddbdb983bb3616e9b144f0ed800 (diff)
downloadvyatta-cfg-9a5213be7829fa69a100ddb2a61ebfa020577fbd.tar.gz
vyatta-cfg-9a5213be7829fa69a100ddb2a61ebfa020577fbd.zip
remove old source commit head. likely no longer works well given corresponding changes made to node.defs
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 14a6cda..76c174c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,7 +28,6 @@ LDADD = src/libvyatta-cfg.la
LDADD += /usr/lib/libglib-2.0.la
sbin_PROGRAMS = src/priority
-sbin_PROGRAMS += src/my_commit1
sbin_PROGRAMS += src/my_commit2
sbin_PROGRAMS += src/exe_action
sbin_PROGRAMS += src/dump
@@ -36,7 +35,6 @@ sbin_PROGRAMS += src/my_delete
sbin_PROGRAMS += src/my_set
sbin_PROGRAMS += src/check_tmpl
src_priority_SOURCES = src/priority.c
-src_my_commit1_SOURCES = src/commit.c
src_my_commit2_SOURCES = src/commit2.c
src_exe_action_SOURCES = src/exe_action.c
src_dump_SOURCES = src/dump_session.c