]> git.decadent.org.uk Git - videolink.git/blobdiff - Makefile
Added hack to treat alert prompts as fatal errors.
[videolink.git] / Makefile
index 48124a2ad0c30bab0c365b52fbc05a1419f0e704..036d0f9a47b68d334fb7e0b053d671af765d7f7d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -73,6 +73,8 @@ link_iterator.% style_sheets.% webdvd.%                                    \
     : CPPFLAGS += $(addprefix -I$(moz_include_dir)/,                       \
                     content docshell dom gfx layout necko webshell widget)
 
+null_prompt_service.% : CPPFLAGS += -I$(moz_include_dir)/uconv
+
 %.d : %.cpp
        $(CXX) $(CXXFLAGS) $(CPPFLAGS) -MM -MF $@ $<