X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile.am;h=7e13419d73795f31a11f6d286569c540513f887d;hb=944bb2f51d4666898ea0365a74bcfc5b66c9d2a2;hp=bcc0c23ba2dbe95c5a675274580740fb8a49070b;hpb=3bc7cc91ceceff54813cdfcf0b91a6c23df8ac29;p=util-vserver-pl.git diff --git a/Makefile.am b/Makefile.am index bcc0c23..7e13419 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,7 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # -python_vserverimpl_la_SOURCES = python/vserverimpl.c src/planetlab.c src/netns.c +python_vserverimpl_la_SOURCES = python/vserverimpl.c python_vserverimpl_la_LIBADD = -lvserver python_vserverimpl_la_CFLAGS = -Wno-redundant-decls -I$(top_srcdir)/src $(PYTHON_INCLUDES) python_vserverimpl_la_LDFLAGS = -module -avoid-version @@ -25,10 +25,7 @@ python_vserverimpl_la_LDFLAGS = -module -avoid-version src_vip6_autod_SOURCES = src/vip6-autod.c src_vip6_autod_LDADD = -lvserver -lnl -src_vsh_SOURCES = src/vsh.c src/planetlab.c src/netns.c -src_vsh_LDADD = -lvserver - -noinst_HEADERS = src/planetlab.h +src_vsh_SOURCES = src/vsh.c man_MANS = man/vsh.8 @@ -43,7 +40,8 @@ sbin_SCRIPTS = python/bwlimit \ scripts/vuseradd \ scripts/vuserdel -sbin_PROGRAMS = src/vsh +sbin_PROGRAMS = src/vsh + sysv_SCRIPTS = if ENSC_HAVE_LIBNL