perl: Build libNixStore.la with `-module'.
This commit is contained in:
parent
f86fca9b70
commit
c5d9ccd810
1 changed files with 2 additions and 1 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue