~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/extensions/xml-rpc/src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# The contents of this file are subject to the Mozilla Public License Version
 
3
# 1.1 (the "License"); you may not use this file except in compliance with the
 
4
# License. You may obtain a copy of the License at http://www.mozilla.org/MPL/
 
5
#
 
6
# Software distributed under the License is distributed on an "AS IS" basis,
 
7
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
 
8
# the specific language governing rights and limitations under the License.
 
9
#
 
10
# The Original Code is Mozilla XML-RPC Client and XPCOM Dictionary components.
 
11
#
 
12
# The Initial Developer of the Original Code is Digital Creations 2, Inc.
 
13
# Portions created by Digital Creations 2, Inc. are Copyright (C) 2000 Digital
 
14
# Creations 2, Inc.  All Rights Reserved.
 
15
#
 
16
# Contributor(s): Martijn Pieters <mj@digicool.com> (original author)
 
17
#
 
18
 
 
19
DEPTH           = ../../..
 
20
topsrcdir       = @top_srcdir@
 
21
srcdir          = @srcdir@
 
22
VPATH           = @srcdir@
 
23
 
 
24
include $(DEPTH)/config/autoconf.mk
 
25
 
 
26
MODULE       = xml-rpc
 
27
PACKAGE_FILE = xml-rpc.pkg
 
28
 
 
29
EXTRA_COMPONENTS = \
 
30
                $(srcdir)/nsDictionary.js \
 
31
                $(srcdir)/nsXmlRpcClient.js \
 
32
 
 
33
include $(topsrcdir)/config/rules.mk
 
34