diff options
author | Mohammed Junaid Ahmed <junaid@gluster.com> | 2011-02-08 06:33:38 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2011-02-10 22:17:37 -0800 |
commit | 71888401e2b959db316a9a296580d1e1c0c3a882 (patch) | |
tree | 07084231f43a2c403d3c32a97c27417051da8c9c /xlators/features/marker | |
parent | e045741f2bb75344a557cd618e1c7b1691238703 (diff) |
syncdaemon: Removing the simplecfg.py entry from the Makefile.am, since it is removed.
Signed-off-by: Junaid <junaid@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 1570 (geosync related changes)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1570
Diffstat (limited to 'xlators/features/marker')
-rw-r--r-- | xlators/features/marker/utils/syncdaemon/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/marker/utils/syncdaemon/Makefile.am b/xlators/features/marker/utils/syncdaemon/Makefile.am index 1d5014a9eb3..047a8cbaad7 100644 --- a/xlators/features/marker/utils/syncdaemon/Makefile.am +++ b/xlators/features/marker/utils/syncdaemon/Makefile.am @@ -1,5 +1,5 @@ syncdaemondir = $(libexecdir)/python/syncdaemon -syncdaemon_PYTHON = gconf.py gsyncd.py __init__.py master.py README.md repce.py resource.py simplecfg.py +syncdaemon_PYTHON = gconf.py gsyncd.py __init__.py master.py README.md repce.py resource.py CLEANFILES = |