From 72f16bdf93de8a648995478b9bd873a1d91be7f5 Mon Sep 17 00:00:00 2001 From: Klaus Kaempf Date: Wed, 3 May 2006 07:50:27 +0000 Subject: [PATCH] - ignore generated - add TestUtils.h to dist --- testsuite/utils/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testsuite/utils/Makefile.am b/testsuite/utils/Makefile.am index 70a91c2..9e2f46f 100644 --- a/testsuite/utils/Makefile.am +++ b/testsuite/utils/Makefile.am @@ -9,8 +9,8 @@ INCLUDES = -DZYPP_BASE_LOGGER_LOGGROUP=\"testsuite_utils\" ##targetincludedir = $(pkgincludedir)/target -##libtestsuiteinclude_HEADERS = \ -## TestUtils.h +noinst_HEADERS = \ + TestUtils.h ## ################################################## @@ -29,4 +29,4 @@ lib@PACKAGE@_testsuite_utils_la_LDFLAGS = @LIBZYPP_VERSION_INFO@ ## modalias/lib@PACKAGE@_target_modalias.la \ ## store/lib@PACKAGE@_target_store.la -## ################################################## \ No newline at end of file +## ################################################## -- 2.7.4