From: Kay Sievers Date: Mon, 31 May 2010 14:53:53 +0000 (+0200) Subject: depend on parse.h to allow 'make -j' X-Git-Tag: v0.36.2~2^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=464a31fd03a5c33a4ec1c4ffff5e6636a67fd2c8;p=thirdparty%2Flibcgroup.git depend on parse.h to allow 'make -j' Signed-Off-By: Kay Sievers Signed-off-by: Dhaval Giani --- diff --git a/src/Makefile.am b/src/Makefile.am index 652a23f0..923c60cd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,7 +5,7 @@ AM_YFLAGS = -d INCLUDES = -I$(top_srcdir)/include lib_LTLIBRARIES = libcgroup.la -libcgroup_la_SOURCES = parse.y lex.l api.c config.c libcgroup-internal.h libcgroup.map wrapper.c +libcgroup_la_SOURCES = parse.h parse.y lex.l api.c config.c libcgroup-internal.h libcgroup.map wrapper.c libcgroup_la_LIBADD = -lpthread libcgroup_la_LDFLAGS = -Wl,--version-script,$(srcdir)/libcgroup.map \ -version-number $(LIBRARY_VERSION_MAJOR):$(LIBRARY_VERSION_MINOR):$(LIBRARY_VERSION_RELEASE)