1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 12:41:15 +02:00

* Build dynamic libraries.

This commit is contained in:
Eelco Dolstra 2005-07-22 14:52:45 +00:00
parent 1a67154d41
commit 4c20a08293
11 changed files with 27 additions and 21 deletions

View file

@ -1,6 +1,6 @@
noinst_LIBRARIES = libexpr.a
lib_LTLIBRARIES = libexpr.la
libexpr_a_SOURCES = nixexpr.cc nixexpr.hh parser.cc parser.hh \
libexpr_la_SOURCES = nixexpr.cc nixexpr.hh parser.cc parser.hh \
eval.cc eval.hh primops.cc \
lexer-tab.c lexer-tab.h parser-tab.c parser-tab.h \
nixexpr-ast.hh