Commit 573eebab authored by bsmedberg%covad.net's avatar bsmedberg%covad.net
Browse files

Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin

parent 1a7c28d2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -42,6 +42,8 @@ VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

MOZILLA_INTERNAL_API = 1

REQUIRES	= xpcom \
		  string \
		  gfx \
+1 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk

PROGRAM		= widget
MOZILLA_INTERNAL_API = 1

CPPSRCS		= \
		main.cpp \
+2 −0
Original line number Diff line number Diff line
@@ -42,6 +42,8 @@ VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

MOZILLA_INTERNAL_API = 1

REQUIRES	= xpcom \
		  chardet \
		  $(NULL)
+2 −0
Original line number Diff line number Diff line
@@ -42,6 +42,8 @@ VPATH = @srcdir@

include $(DEPTH)/config/autoconf.mk

MOZILLA_INTERNAL_API = 1

CPPSRCS		= \
		LocaleSelfTest.cpp \
		nsLocaleTest.cpp \
+2 −0
Original line number Diff line number Diff line
@@ -43,6 +43,8 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk

PROGRAM		= TestLineBreak$(BIN_SUFFIX)
MOZILLA_INTERNAL_API = 1

REQUIRES	= xpcom \
		  string \
		  $(NULL)
Loading