about summary refs log tree commit homepage
path: root/Makefile.am
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-01-24 12:26:47 +0000
committerEric Wong <normalperson@yhbt.net>2013-01-31 02:10:42 +0000
commite292e0e874a064fcd39f76565f38935449b7f7c8 (patch)
treef77cb9f4a67afcd8e826b8243a0e7256de624fd9 /Makefile.am
parent80aef1b3c8e9a20ec047dcf040e594a5e2a23811 (diff)
downloadcmogstored-e292e0e874a064fcd39f76565f38935449b7f7c8.tar.gz
This lets us inherit listen sockets from the parent
process, in the future this will allow transparent
upgrades.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index d7f0b4e..210eaab 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -48,6 +48,7 @@ mog_src += http_dav.c
 mog_src += http_get.c
 mog_src += http_put.c
 mog_src += http_util.h
+mog_src += inherit.c
 mog_src += ioprio.h
 mog_src += ioprio_linux.h
 mog_src += iostat.c