Skip to content
Snippets Groups Projects
Commit c5d9ccd8 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

perl: Build libNixStore.la with `-module'.

parent f86fca9b
Loading
...@@ -16,7 +16,8 @@ pkglib_LTLIBRARIES = libNixStore.la ...@@ -16,7 +16,8 @@ pkglib_LTLIBRARIES = libNixStore.la
libNixStore_la_SOURCES = lib/Nix/Store.cc libNixStore_la_SOURCES = lib/Nix/Store.cc
libNixStore_la_LIBADD = $(top_srcdir)/src/libstore/libstore.la libNixStore_la_LIBADD = $(top_builddir)/src/libstore/libstore.la
libNixStore_la_LDFLAGS = -module
AM_CXXFLAGS = \ AM_CXXFLAGS = \
-I$(top_srcdir)/src -I$(top_srcdir)/src/libutil -I$(top_srcdir)/src/libstore \ -I$(top_srcdir)/src -I$(top_srcdir)/src/libutil -I$(top_srcdir)/src/libstore \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment