From: Marco Peereboom Date: Mon, 11 Jan 2010 22:56:22 +0000 (+0000) Subject: Add -bundle, from Erik Mugele X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=91c40c6b5e4af7f2a04f3fd9ec32a0a94c22ab27;p=spectrwm.git Add -bundle, from Erik Mugele --- diff --git a/osx/Makefile b/osx/Makefile index 34e749e..256bcf4 100644 --- a/osx/Makefile +++ b/osx/Makefile @@ -28,7 +28,7 @@ scrotwm: scrotwm.o osx.o $(CC) $(CFLAGS) -c -fpic -DPIC $+ -o $@ libswmhack.so.$(LVERS): swm_hack.so - $(CC) -shared -fpic -o libswmhack.so.$(LVERS) $(LDADD) swm_hack.so + $(CC) -shared -bundle -fpic -o libswmhack.so.$(LVERS) $(LDADD) swm_hack.so install: all install -m 755 -d $(DESTDIR)$(BINDIR)