From 4bfa82acd5c45529f774dbd45bb166573d341efe Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Mon, 3 Dec 2012 23:54:19 +0200 Subject: [PATCH] Bugfix. * tests/Makefile.am: Fix double AM_CPPFLAGS --- tests/Makefile.am | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index f04ee39..401b748 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -220,6 +220,11 @@ check_PROGRAMS = genfile genfile_SOURCES = genfile.c argcv.c argcv.h localedir = $(datadir)/locale -AM_CPPFLAGS = -I$(top_srcdir)/gnu -I../gnu -I$(top_srcdir)/gnu -I$(top_srcdir)/lib -AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" +AM_CPPFLAGS = \ + -I$(top_srcdir)/gnu\ + -I../gnu\ + -I$(top_srcdir)/gnu\ + -I$(top_srcdir)/lib\ + -DLOCALEDIR=\"$(localedir)\" + LDADD = ../gnu/libgnu.a $(LIBINTL) $(LIB_CLOCK_GETTIME) $(LIB_EACCESS) -- 2.44.0