Added mozilla-config script so that external modules (like say GtkMozilla) can built with the same config (defines) that Mozilla proper does. This has been killing GtkMozilla for libc5 boxes for awhile now. Moved -DMOZILLA_CLIENT out of DEFS. Currenlty, only mozilla-config --cflags returns something useful.

Had to regenerate the Makefiles on a machine with the proper version of automake.
This commit is contained in:
cls%seawood.org 1999-09-06 04:26:10 +00:00
parent d4fd34d75a
commit 689113d465

View File

@ -110,7 +110,7 @@ MOZILLA_LIBS = -L$(MOZILLA_DIR)/lib $(ALL_MOZ_LIBS)
INCLUDES = $(MOZILLA_INCLUDES) @GTK_CFLAGS@ @DEBUG_FLAGS@
CPPFLAGS = -DXP_UNIX -DMOZ_DLL_SUFFIX=\".so\" -DNECKO
CPPFLAGS = `$(MOZILLA_DIR)/bin/mozilla-config --cflags`
libgtkmozilla_la_LIBADD = $(MOZILLA_LIBS) @GTK_LIBS@
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs