Bug 754472 - Implement multiple plugin click-to-play UI. r=jaws r=margaret r=dietrich
[gecko.git] / docshell / Makefile.in
blobc042bd8b43ca523a4623152be299b2d3dc967add
1 #
2 # This Source Code Form is subject to the terms of the Mozilla Public
3 # License, v. 2.0. If a copy of the MPL was not distributed with this
4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
6 DEPTH = @DEPTH@
7 topsrcdir = @top_srcdir@
8 srcdir = @srcdir@
9 VPATH = @srcdir@
11 include $(DEPTH)/config/autoconf.mk
13 MODULE = docshell
14 DIRS = \
15 base \
16 shistory \
17 build \
18 resources/content \
19 $(NULL)
21 TEST_DIRS += test
23 include $(topsrcdir)/config/rules.mk