Bug 384868, Wrong ifdef for rdf building, Patch by romaxa, r=benjamin

This commit is contained in:
flamingice@sourmilk.net 2007-07-05 10:22:07 -07:00
parent 4a1190187e
commit 28ebacf605

View File

@ -106,7 +106,7 @@ ifdef MOZ_STORAGE
tier_gecko_dirs += storage
endif
ifdef MOZ_XUL
ifdef MOZ_RDF
tier_gecko_dirs += rdf
endif