~mozillateam/mozilla-build-system/beta

« back to all changes in this revision

Viewing changes to toolkit/components/exthelper/Makefile.in

  • Committer: Chris Coulson
  • Date: 2013-04-17 12:14:31 UTC
  • Revision ID: chris.coulson@canonical.com-20130417121431-90vvrxwi3go2hl3d
* Don't include unnecessary Makefiles
* Include the whole of python/
* Include .gdbinit

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# This Source Code Form is subject to the terms of the Mozilla Public
2
 
# License, v. 2.0. If a copy of the MPL was not distributed with this
3
 
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
4
 
 
5
 
DEPTH     = @DEPTH@
6
 
topsrcdir = @top_srcdir@
7
 
srcdir    = @srcdir@
8
 
VPATH     = @srcdir@
9
 
 
10
 
include $(DEPTH)/config/autoconf.mk
11
 
 
12
 
MODULE        = exthelper
13
 
XPIDL_MODULE  = exthelper
14
 
 
15
 
XPIDLSRCS = extIApplication.idl
16
 
 
17
 
include $(topsrcdir)/config/rules.mk