From 2327025f3af6fcb19616bb414800eeaf2ffab067 Mon Sep 17 00:00:00 2001 From: Tim Ruehsen Date: Fri, 21 Mar 2014 11:04:01 +0100 Subject: [PATCH] fix 'make distcheck' --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 2b7d6a4..be23856 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ # got some hints from https://gitorious.org/openismus-playground/examplelib/source -SUBDIRS = po include src tests +SUBDIRS = po include src tests data ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} # Enable GTK-Doc during make distcheck