From 7036ed00493d9b7103574118fd23cfca6ca266c7 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 13 Oct 2011 13:08:12 +0000 Subject: =?UTF-8?q?2011-10-13=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * support/include/primode.h: New. * Makefile.am: Add support/include/primode.h --- testsuites/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuites/Makefile.am') diff --git a/testsuites/Makefile.am b/testsuites/Makefile.am index 0766c663fe..6a3a7b4fcb 100644 --- a/testsuites/Makefile.am +++ b/testsuites/Makefile.am @@ -12,6 +12,7 @@ noinst_HEADERS += support/include/buffer_test_io.h noinst_HEADERS += support/include/test_support.h noinst_HEADERS += support/include/tmacros.h noinst_HEADERS += support/include/pritime.h +noinst_HEADERS += support/include/primode.h SUBDIRS = @subdirs@ -- cgit v1.2.3