mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 02:57:38 +00:00
Must put .c source files in CSRCS.
This commit is contained in:
parent
c838ec9958
commit
fd901c54d0
@ -27,8 +27,11 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
PROGRAM = embed_xlib_into_xt
|
||||
|
||||
CPPSRCS = \
|
||||
CSRCS = \
|
||||
EmbedMozilla.c \
|
||||
$(NULL)
|
||||
|
||||
CPPSRCS = \
|
||||
nsEmbedXlibIntoXt.cpp \
|
||||
nsSetupRegistry.cpp \
|
||||
$(NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user