From: Michal 'vorner' Vaner Date: Fri, 8 Feb 2013 10:21:18 +0000 (+0100) Subject: [1924] Remove BUILT_SOURCES from CLEANFILES X-Git-Tag: bind10-1.1.0beta1-release~104^2~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=89c595272222aa858ddbb6559dc3ec5aff63f2a5;p=thirdparty%2Fkea.git [1924] Remove BUILT_SOURCES from CLEANFILES --- diff --git a/src/lib/python/isc/util/Makefile.am b/src/lib/python/isc/util/Makefile.am index d5d04bdc53..e8f737ac3d 100644 --- a/src/lib/python/isc/util/Makefile.am +++ b/src/lib/python/isc/util/Makefile.am @@ -3,7 +3,6 @@ SUBDIRS = . cio tests python_PYTHON = __init__.py process.py socketserver_mixin.py file.py \ common_defs.py BUILT_SOURCES = common_defs.py -CLEANFILES = $(BUILT_SOURCES) EXTRA_DIST = pythonize_constants.py common_defs.py: $(top_srcdir)/src/lib/util/common_defs.cc pythonize_constants.py diff --git a/src/lib/util/Makefile.am b/src/lib/util/Makefile.am index 742302f8ae..40c3afcd84 100644 --- a/src/lib/util/Makefile.am +++ b/src/lib/util/Makefile.am @@ -37,7 +37,7 @@ common_defs.h: const2hdr.py common_defs.cc $(PYTHON) $(srcdir)/const2hdr.py $(srcdir)/common_defs.cc $@ libb10_util_la_LIBADD = $(top_builddir)/src/lib/exceptions/libb10-exceptions.la -CLEANFILES = *.gcno *.gcda common_defs.h +CLEANFILES = *.gcno *.gcda libb10_util_includedir = $(includedir)/$(PACKAGE_NAME)/util libb10_util_include_HEADERS = buffer.h