mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 04:27:37 +00:00
34ddf34ac5
filepicker is now independent from the mozilla toolkit
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
|