From 7ae763e16b2a2524f50487ea7422e5412a080004 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 12 Jan 2012 14:16:25 +0000 Subject: [PATCH] =?UTF-8?q?*=20=E2=80=98-module=E2=80=99=20causes=20the=20?= =?UTF-8?q?generated=20library=20to=20have=20an=20.so=20extension=20on=20?= =?UTF-8?q?=20=20Mac=20OS=20X=20instead=20of=20.dylib,=20so=20don't=20do?= =?UTF-8?q?=20that.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- perl/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/perl/Makefile.am b/perl/Makefile.am index ee220d6541..466a41c873 100644 --- a/perl/Makefile.am +++ b/perl/Makefile.am @@ -17,7 +17,6 @@ pkglib_LTLIBRARIES = libNixStore.la libNixStore_la_SOURCES = lib/Nix/Store.cc libNixStore_la_LIBADD = $(top_builddir)/src/libstore/libstore.la -libNixStore_la_LDFLAGS = -module AM_CXXFLAGS = \ -I$(top_srcdir)/src -I$(top_srcdir)/src/libutil -I$(top_srcdir)/src/libstore \