From b3f1742c9ec7ab16ba205b578604cc85f7c451eb Mon Sep 17 00:00:00 2001 From: fgerlits Date: Thu, 10 May 2007 09:31:44 +0000 Subject: [PATCH] fixed a typo which caused a circular definition error (in the trunk) --- campcaster/etc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/campcaster/etc/Makefile.in b/campcaster/etc/Makefile.in index 280793d81..19902d338 100644 --- a/campcaster/etc/Makefile.in +++ b/campcaster/etc/Makefile.in @@ -80,7 +80,7 @@ STUDIO_AUDIO_CUE = "@STUDIO_AUDIO_CUE@" export LD_LIBRARY_PATH:=${prefix}/lib:${LD_LIBRARY_PATH} -export PKG_CONFIG_PATH=${prefix}/lib/pkgconfig:${PKG_CONFIG_PATH} +export PKG_CONFIG_PATH:=${prefix}/lib/pkgconfig:${PKG_CONFIG_PATH} DEBUG = @DEBUG@