summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBalbir Singh <balbir@linux.vnet.ibm.com>2008-04-07 13:27:39 +0000
committerBalbir Singh <balbir@linux.vnet.ibm.com>2008-04-07 13:27:39 +0000
commit807404116413414133a7adf40e964ab82192a68b (patch)
tree956b3f5b0850949209d482627eadf73b841243ed /Makefile
parent726565d64ebed21da79b3ba03b1d4141f97440f1 (diff)
downloadlibcg-807404116413414133a7adf40e964ab82192a68b.tar.gz
libcg-807404116413414133a7adf40e964ab82192a68b.tar.xz
libcg-807404116413414133a7adf40e964ab82192a68b.zip
This patch modifies libcg to use the new cgroup data structure.
Signed-off-by: Dhaval Giani <dhaval@linux.vnet.ibm.com> The code is yet to be tested though git-svn-id: https://libcg.svn.sourceforge.net/svnroot/libcg/branches/balbir@7 4f4bb910-9a46-0410-90c8-c897d4f1cd53
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 686396e..ec2142b 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ LDFLAGS= -L .
all: cgconfig libcg.so
cgconfig: libcg.so config.c y.tab.c lex.yy.c libcg.h file-ops.c
- $(CXX) $(CFLAGS) -o $@ y.tab.c lex.yy.c config.c file-ops.c $(LDFLAGS) $(LIBS)
+ $(CC) $(CFLAGS) -o $@ y.tab.c lex.yy.c config.c file-ops.c $(LDFLAGS) $(LIBS)
y.tab.c: parse.y lex.yy.c
byacc -v -d parse.y