diff options
author | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org> | 2007-04-17 01:03:51 +0000 |
---|---|---|
committer | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org> | 2007-04-17 01:03:51 +0000 |
commit | 4c0d6e523ec8cdb7feb0480cd27da37f4b03394a (patch) | |
tree | 33b5b29766b026d4a5dccf71bdb4ed36ffd35349 /examples | |
parent | 9212740cfbefc500c93f55b2b5289b1740e9c9e0 (diff) | |
download | conntrack-tools-4c0d6e523ec8cdb7feb0480cd27da37f4b03394a.tar.gz conntrack-tools-4c0d6e523ec8cdb7feb0480cd27da37f4b03394a.zip |
- remove overkill recursive Makefile.am definition in examples/ (use EXTRA_DIST)
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Makefile.am | 1 | ||||
-rw-r--r-- | examples/stats/Makefile.am | 1 | ||||
-rw-r--r-- | examples/sync/Makefile.am | 1 | ||||
-rw-r--r-- | examples/sync/nack/Makefile.am | 2 | ||||
-rw-r--r-- | examples/sync/nack/node1/Makefile.am | 1 | ||||
-rw-r--r-- | examples/sync/nack/node2/Makefile.am | 1 | ||||
-rw-r--r-- | examples/sync/persistent/Makefile.am | 2 | ||||
-rw-r--r-- | examples/sync/persistent/node1/Makefile.am | 1 | ||||
-rw-r--r-- | examples/sync/persistent/node2/Makefile.am | 1 |
9 files changed, 0 insertions, 11 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am deleted file mode 100644 index be83d42..0000000 --- a/examples/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -SUBDIRS = stats sync diff --git a/examples/stats/Makefile.am b/examples/stats/Makefile.am deleted file mode 100644 index b43c3b8..0000000 --- a/examples/stats/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -EXTRA_DIST = conntrackd.conf diff --git a/examples/sync/Makefile.am b/examples/sync/Makefile.am deleted file mode 100644 index 28e7643..0000000 --- a/examples/sync/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -SUBDIRS = persistent nack diff --git a/examples/sync/nack/Makefile.am b/examples/sync/nack/Makefile.am deleted file mode 100644 index 6fd99b1..0000000 --- a/examples/sync/nack/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -EXTRA_DIST = script_backup.sh script_master.sh -SUBDIRS = node1 node2 diff --git a/examples/sync/nack/node1/Makefile.am b/examples/sync/nack/node1/Makefile.am deleted file mode 100644 index edc0ed7..0000000 --- a/examples/sync/nack/node1/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -EXTRA_DIST = conntrackd.conf keepalived.conf diff --git a/examples/sync/nack/node2/Makefile.am b/examples/sync/nack/node2/Makefile.am deleted file mode 100644 index edc0ed7..0000000 --- a/examples/sync/nack/node2/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -EXTRA_DIST = conntrackd.conf keepalived.conf diff --git a/examples/sync/persistent/Makefile.am b/examples/sync/persistent/Makefile.am deleted file mode 100644 index 6fd99b1..0000000 --- a/examples/sync/persistent/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -EXTRA_DIST = script_backup.sh script_master.sh -SUBDIRS = node1 node2 diff --git a/examples/sync/persistent/node1/Makefile.am b/examples/sync/persistent/node1/Makefile.am deleted file mode 100644 index edc0ed7..0000000 --- a/examples/sync/persistent/node1/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -EXTRA_DIST = conntrackd.conf keepalived.conf diff --git a/examples/sync/persistent/node2/Makefile.am b/examples/sync/persistent/node2/Makefile.am deleted file mode 100644 index edc0ed7..0000000 --- a/examples/sync/persistent/node2/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -EXTRA_DIST = conntrackd.conf keepalived.conf |