mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-11 00:36:20 +02:00
6 lines
113 B
Text
6 lines
113 B
Text
|
bin_PROGRAMS = nix
|
||
|
|
||
|
nix_SOURCES = nix.cc md5.c
|
||
|
nix_CXXFLAGS = -DSYSTEM=\"@host@\"
|
||
|
nix_LDADD = -ldb_cxx-4 -lATerm
|