From f511ab9fc801b5a57d74f0894d251a68ebc34086 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Tue, 28 Nov 2006 10:44:49 +0000 Subject: Relevant BUGIDs: Purpose of commit: bugfix Commit summary: --------------- fix last checkin for "make distcheck" --- tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index e76c5384..a5b8d08b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -2,7 +2,8 @@ # Copyright (c) 2006 Thorsten Kukuk # -AM_CFLAGS = -DLIBPAM_COMPILE -I$(top_srcdir)/libpam/include +AM_CFLAGS = -DLIBPAM_COMPILE -I$(top_srcdir)/libpam/include \ + -I$(top_srcdir)/libpam AM_LDFLAGS = -L$(top_builddir)/libpam -lpam CLEANFILES = *~ -- cgit v1.2.3