summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-03-24 13:37:42 -0400
committerAdam Jackson <ajax@redhat.com>2008-03-24 13:37:42 -0400
commit862ff9ac92037e13629329eb6ba50ff6bd2c5f71 (patch)
treef09f2e65c2a172aa67af776d4168487eb9d75210 /Makefile.am
parent87bfd3bd96c714a1c252d42408b5a1a4ff9dab06 (diff)
Bug #11510: Fix build without RECORD.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e382d58e7..71ba2c429 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,6 +30,10 @@ if DBE
DBE_DIR=dbe
endif
+if RECORD
+RECORD_DIR=record
+endif
+
SUBDIRS = \
doc \
include \
@@ -48,7 +52,7 @@ SUBDIRS = \
$(AFB_DIR) \
$(CFB_DIR) \
$(CFB32_DIR) \
- record \
+ $(RECORD_DIR) \
xfixes \
damageext \
$(XTRAP_DIR) \