From fe29c745207c2076cd711a23d1dbae033a192143 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 20 Jul 2005 19:31:52 +0000 Subject: Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global configure cache, you cache it, and the cached value is probably wrong. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 3d99d65..17a6350 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,8 +21,8 @@ bin_PROGRAMS = xclock -xclock_CFLAGS = $(DEP_CFLAGS) -xclock_LDADD = $(DEP_LIBS) +xclock_CFLAGS = $(XCLOCK_CFLAGS) +xclock_LDADD = $(XCLOCK_LIBS) xclock_SOURCES = \ Clock.c \ -- cgit v1.2.3