From 91c40c6b5e4af7f2a04f3fd9ec32a0a94c22ab27 Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Mon, 11 Jan 2010 22:56:22 +0000 Subject: [PATCH] Add -bundle, from Erik Mugele --- osx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.10.4