diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-07-20 19:31:48 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-07-20 19:31:48 +0000 |
commit | 9d4b8016df4fd9246dec80905935385ee918e515 (patch) | |
tree | c304e229aaf4bc1a7f0e35896ad38831cc318dfe /Makefile.am | |
parent | 333ef4d5389bc8dcdb4ddc8b68ed286c02332721 (diff) |
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index f695862..d2f7540 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,8 +21,8 @@ bin_PROGRAMS = beforelight -beforelight_CFLAGS = $(DEP_CFLAGS) -beforelight_LDADD = $(DEP_LIBS) +beforelight_CFLAGS = $(BEFORELIGHT_CFLAGS) +beforelight_LDADD = $(BEFORELIGHT_LIBS) beforelight_SOURCES = \ b4light.c \ |