mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 06:38:36 +00:00
osx needs nsWidgetAtoms built. r=saari/sr=hyatt. bug#75653
This commit is contained in:
parent
74c2049e34
commit
a30df4a72f
@ -44,6 +44,10 @@ CPPSRCS = \
|
||||
nsXPLookAndFeel.cpp \
|
||||
$(NULL)
|
||||
|
||||
ifeq ($(MOZ_WIDGET_TOOLKIT),mac)
|
||||
CPPSRCS += nsWidgetAtoms.cpp
|
||||
endif
|
||||
|
||||
LOCAL_INCLUDES = \
|
||||
-I$(srcdir)/../$(MOZ_WIDGET_TOOLKIT) \
|
||||
-I$(srcdir) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user