From 7b2cf1992a48fd2027264b86b26549f792b2a8e4 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 20 Oct 2004 13:51:27 +0000 Subject: fix the build Original commit message from CVS: fix the build --- ext/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ext/Makefile.am') diff --git a/ext/Makefile.am b/ext/Makefile.am index 2c1a7d85..14e96187 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -256,10 +256,10 @@ else PANGO_DIR= endif -if USE_RAW1394 -RAW1394_DIR=raw1394 +if USE_DV1394 +DV1394_DIR=raw1394 else -RAW1394_DIR= +DV1394_DIR= endif if USE_SDL -- cgit v1.2.1