From 29c7661f24b14d90bdb916df5f200da958557016 Mon Sep 17 00:00:00 2001 From: Klaus Kaempf Date: Sun, 15 Jan 2006 13:47:25 +0000 Subject: [PATCH] pass @DOXYGEN/* to the dist tar.gz --- zypp/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zypp/Makefile.am b/zypp/Makefile.am index d2c217e..f3805b7 100644 --- a/zypp/Makefile.am +++ b/zypp/Makefile.am @@ -109,3 +109,6 @@ lib@PACKAGE@_la_LIBADD = base/lib@PACKAGE@_base.la \ -lutil ## ################################################## + +EXTRA_DIST = @DOXYGEN/* + -- 2.7.4