diff options
author | Adam Jackson <ajax@redhat.com> | 2008-03-24 13:37:42 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-03-24 13:37:42 -0400 |
commit | 862ff9ac92037e13629329eb6ba50ff6bd2c5f71 (patch) | |
tree | f09f2e65c2a172aa67af776d4168487eb9d75210 /Makefile.am | |
parent | 87bfd3bd96c714a1c252d42408b5a1a4ff9dab06 (diff) |
Bug #11510: Fix build without RECORD.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
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) \ |