https://github.com/mozilla/gecko-dev
Raw File
Tip revision: e7690df34aefe58b60dd99b472dd2ea32f9c0ecf authored by seabld on 26 September 2012, 13:47:54 UTC
Added tag SEAMONKEY_2_13b5_RELEASE for changeset FIREFOX_16_0b5_BUILD1. CLOSED TREE a=release
Tip revision: e7690df
Makefile.in
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

DEPTH		= ..
topsrcdir	= @top_srcdir@
srcdir		= @srcdir@
VPATH		= @srcdir@

include $(DEPTH)/config/autoconf.mk

MODULE		= caps
DIRS		= idl include src

TEST_DIRS += tests/mochitest

include $(topsrcdir)/config/rules.mk

back to top