1999-09-02 04:06:06 +04:00
|
|
|
#
|
2012-05-21 15:12:37 +04:00
|
|
|
# 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/.
|
1999-04-16 00:19:20 +04:00
|
|
|
|
2012-08-04 22:26:44 +04:00
|
|
|
DEPTH = @DEPTH@
|
1999-04-16 00:19:20 +04:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
1999-09-15 07:00:30 +04:00
|
|
|
VPATH = @srcdir@
|
1999-04-16 00:19:20 +04:00
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
1999-09-15 07:00:30 +04:00
|
|
|
MODULE = profile
|
1999-09-10 04:51:02 +04:00
|
|
|
|
2002-08-27 05:05:21 +04:00
|
|
|
XPIDLSRCS = \
|
2005-03-15 23:01:12 +03:00
|
|
|
nsIProfileUnlocker.idl \
|
2003-05-02 07:59:23 +04:00
|
|
|
$(NULL)
|
1999-04-16 00:19:20 +04:00
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
1999-09-15 07:00:30 +04:00
|
|
|
|