From 33b354a4c8c85a90ab4ac32c2a75f23a7eb8f81b Mon Sep 17 00:00:00 2001 From: Balbir Singh Date: Fri, 30 May 2008 17:50:23 +0000 Subject: Fix api.c warnings, include wrapper.c in Makefile. More changes to spec file based on bugzilla input. Removed %makeinstall Signed-off-by: Balbir Singh Signed-off-by: Dhaval Giani git-svn-id: https://libcg.svn.sourceforge.net/svnroot/libcg/tags/v0.1b@67 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 b610417..172b225 100644 --- a/Makefile.in +++ b/Makefile.in @@ -39,8 +39,9 @@ y.tab.c: parse.y lex.yy.c lex.yy.c: lex.l $(LEX) lex.l -libcgroup.so: api.c libcgroup.h - $(CXX) $(CFLAGS) -shared -fPIC -Wl,--soname,$@.$(VERSION) -o $@ api.c +libcgroup.so: api.c libcgroup.h wrapper.c + $(CXX) $(CFLAGS) -shared -fPIC -Wl,--soname,$@.$(VERSION) -o $@ api.c \ + wrapper.c ln -sf $@ $@.$(VERSION) install: libcgroup.so -- cgit