summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-10-20 13:51:27 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-10-20 13:51:27 +0000
commita4d5bde1dd2928aaa57303815b15616d89c6dc9e (patch)
tree4cb3f49ec706c49fd7eb7907cc9543675eed502f /ext/Makefile.am
parent6330ec5a58e2db175ab428dccfb298db386281a7 (diff)
fix the build
Original commit message from CVS: fix the build
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am6
1 files changed, 3 insertions, 3 deletions
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