From b8287d795e7d91c80165ce6624ae0b97d4c6b26b Mon Sep 17 00:00:00 2001 From: Balbir Singh Date: Thu, 29 May 2008 18:15:56 +0000 Subject: Change the name from cgroup -> libcgroup Signed-off-by: Balbir Singh git-svn-id: https://libcg.svn.sourceforge.net/svnroot/libcg/tags/v0.1b@62 4f4bb910-9a46-0410-90c8-c897d4f1cd53 --- Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index c2d524f..b610417 100644 --- a/Makefile.in +++ b/Makefile.in @@ -40,7 +40,7 @@ lex.yy.c: lex.l $(LEX) lex.l libcgroup.so: api.c libcgroup.h - $(CXX) $(CFLAGS) -shared -fPIC -o $@ api.c + $(CXX) $(CFLAGS) -shared -fPIC -Wl,--soname,$@.$(VERSION) -o $@ api.c ln -sf $@ $@.$(VERSION) install: libcgroup.so @@ -56,4 +56,5 @@ uninstall: libcgroup.so rm -f $(DESTDIR)$(libdir)/libcgroup-$(PACKAGE_VERSION).so clean: - \rm -f y.tab.c y.tab.h lex.yy.c y.output cgconfig libcgroup.so + \rm -f y.tab.c y.tab.h lex.yy.c y.output cgconfig libcgroup.so \ + libcgroup.so.$(VERSION) -- cgit