filepicker is now independent from the mozilla toolkit git-svn-id: svn://10.0.0.236/trunk@138779 18797224-902f-48f8-a5cc-f745e15eee43
11 lines
229 B
Makefile
11 lines
229 B
Makefile
DEPTH = ../..
|
|
topsrcdir = @top_srcdir@
|
|
srcdir = @srcdir@
|
|
VPATH = @srcdir@
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
DIRS = autocomplete console filepicker history satchel viewsource build
|
|
|
|
include $(topsrcdir)/config/rules.mk
|