]> gitweb.michael.orlitzky.com - firefox-user-prefs.git/blobdiff - makefile
makefile: add the new "search" file to the list
[firefox-user-prefs.git] / makefile
index fee282ed1937adafd4fc4247c1a1bc7fa1f9acec..384492dcb259cfd42fdf95125162ffdc87a7321c 100644 (file)
--- a/makefile
+++ b/makefile
@@ -1,5 +1,5 @@
 OUTPUT = user.js
-SRCS = tracking speculation cookies ui certificates referer
+SRCS = tracking speculation cookies ui certificates referer media search
 
 $(OUTPUT): $(SRCS)
        cat $(SRCS) > $@