From: Kay Sievers <[email protected]>
Subject: [PATCH] add generated file to CLEANFILES

Signed-Off-By: Kay Sievers <[email protected]>
---

diff --git a/src/Makefile.am b/src/Makefile.am
index 923c60c..1046c25 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -3,6 +3,8 @@ SUBDIRS = . daemon pam tools
 # generate parse.h  from parse.y
 AM_YFLAGS = -d
 
+CLEANFILES = lex.c parse.c parse.h
+
 INCLUDES = -I$(top_srcdir)/include
 lib_LTLIBRARIES = libcgroup.la
 libcgroup_la_SOURCES = parse.h parse.y lex.l api.c config.c 
libcgroup-internal.h libcgroup.map wrapper.c


------------------------------------------------------------------------------

_______________________________________________
Libcg-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libcg-devel

Reply via email to