From 558ec7d717735bb16c210c675c2cc5bee1da4576 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Wed, 9 Mar 2016 17:14:16 +0100 Subject: UTIL: Move debug part from util.h -> new debug.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Pavel Březina Reviewed-by: Jakub Hrozek --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index f5d0400cd..e2d2c38ae 100644 --- a/Makefile.am +++ b/Makefile.am @@ -527,6 +527,7 @@ dist_noinst_HEADERS = \ src/util/crypto/sss_crypto.h \ src/util/cert.h \ src/util/dlinklist.h \ + src/util/debug.h \ src/util/util.h \ src/util/io.h \ src/util/util_errors.h \ -- cgit