From 636275669f168309c6f9d8002349037b7dbef698 Mon Sep 17 00:00:00 2001 From: Wouter Verhelst Date: Mon, 23 Dec 2013 20:24:14 +0100 Subject: [PATCH] Don't forget to distribute this new "macro.h", too --- tests/code/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/code/Makefile.am b/tests/code/Makefile.am index 93b04f0..dd20fe8 100644 --- a/tests/code/Makefile.am +++ b/tests/code/Makefile.am @@ -1,5 +1,6 @@ TESTS = clientacl dup append check_PROGRAMS = clientacl dup append +EXTRA_DIST = macro.h AM_CFLAGS = @CFLAGS@ @GLIB_CFLAGS@ AM_CPPFLAGS = -I$(top_srcdir) -- 2.7.4