]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
yet another OS X workaround
authordivverent <divverent@61c419a2-8eb2-4b30-bcec-8cead039b335>
Wed, 14 Jan 2009 12:37:56 +0000 (12:37 +0000)
committerdivverent <divverent@61c419a2-8eb2-4b30-bcec-8cead039b335>
Wed, 14 Jan 2009 12:37:56 +0000 (12:37 +0000)
git-svn-id: svn://svn.icculus.org/netradiant/trunk@174 61c419a2-8eb2-4b30-bcec-8cead039b335

Makefile

index b93f3eb5e73276ef97f7634d41c9ef4d22c444e9..24cd2010e23db20e5685f4278b18705f25a3ed20 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -509,7 +509,7 @@ $(INSTALLDIR)/q3data.$(EXE): \
        $(if $(findstring $(OS),Win32),icons/q3data.o,) \
 
 $(INSTALLDIR)/radiant.$(EXE): LDFLAGS_EXTRA := $(MWINDOWS)
-$(INSTALLDIR)/radiant.$(EXE): LIBS_EXTRA := $(LIBS_GL) $(LIBS_DL) $(LIBS_XML) $(LIBS_GLIB) $(LIBS_GTK) $(LIBS_GTKGLEXT)
+$(INSTALLDIR)/radiant.$(EXE): LIBS_EXTRA := $(LIBS_GL) $(LIBS_DL) $(LIBS_XML) $(LIBS_GLIB) $(LIBS_GTK) $(LIBS_GTKGLEXT) $(LIBS_ZLIB)
 $(INSTALLDIR)/radiant.$(EXE): CPPFLAGS_EXTRA := $(CPPFLAGS_GL) $(CPPFLAGS_DL) $(CPPFLAGS_XML) $(CPPFLAGS_GLIB) $(CPPFLAGS_GTK) $(CPPFLAGS_GTKGLEXT) -Ilibs -Iinclude
 $(INSTALLDIR)/radiant.$(EXE): \
        radiant/autosave.o \