X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2FMakefile-files;h=e607f5306c78539a76d8913c3868c2bab14ce51d;hb=aef27fccf1233db3093360db9415bab037b29b4e;hp=cccd0574ae4cedb455f4fcc9e020196a3c92fa37;hpb=08c25ff5102e38cd861f267c7702981629f736fd;p=util-vserver.git diff --git a/lib/Makefile-files b/lib/Makefile-files index cccd057..e607f53 100644 --- a/lib/Makefile-files +++ b/lib/Makefile-files @@ -159,7 +159,10 @@ lib_v23_SRCS = lib/syscall_tagmigrate-v23.hc \ lib/syscall_setbadness.c \ lib/syscall_setbadness-v23.hc \ lib/syscall_getspacedefault.c \ - lib/syscall_getspacedefault-v23.hc + lib/syscall_getspacedefault-v23.hc \ + lib/syscall_setnamespace-v23.hc \ + lib/syscall_enternamespace-v23.hc \ + lib/syscall_getspacemask-v23.hc if ENSC_HAVE_C99_COMPILER lib_v13_SRCS += lib/syscall_adddlimit-v13.hc \ @@ -200,6 +203,7 @@ lib_SRCS = lib/syscall.c \ lib/val2text-v2t-uint32.c \ lib/val2text-v2t-uint64.c \ lib/parselimit.c \ + lib/getkernel.c \ $(lib_legacy_SRCS) \ $(lib_compat_SRCS) \ $(lib_management_SRCS) \ @@ -252,6 +256,10 @@ endif lib_libvserver_la_SOURCES = $(lib_SRCS) lib_libvserver_la_CPPFLAGS = $(AM_CPPFLAGS) $(LIB_DEBUG_CPPFLAGS) lib_libvserver_la_LDFLAGS = -version $(lib_VERSION) +if HAVE_VERSIONING +lib_libvserver_la_LDFLAGS += -Wl,-version-script=$(top_srcdir)/lib/libvserver.ver +EXTRA_DIST += lib/libvserver.ver +endif lib_libvserver_a_SOURCES = $(lib_SRCS) lib_libvserver_a_CPPFLAGS = $(AM_CPPFLAGS) $(LIB_DEBUG_CPPFLAGS)