mirror of
https://github.com/NixOS/nix.git
synced 2025-11-24 19:29:36 +01:00
* Build dynamic libraries.
This commit is contained in:
parent
1a67154d41
commit
4c20a08293
11 changed files with 27 additions and 21 deletions
|
|
@ -1,6 +1,6 @@
|
|||
noinst_LIBRARIES = libmain.a
|
||||
lib_LTLIBRARIES = libmain.la
|
||||
|
||||
libmain_a_SOURCES = shared.cc shared.hh
|
||||
libmain_la_SOURCES = shared.cc shared.hh
|
||||
|
||||
AM_CXXFLAGS = \
|
||||
-DNIX_STORE_DIR=\"$(storedir)\" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue