mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 04:56:01 +01:00
* Drop the dependency on the ATerm library.
This commit is contained in:
parent
efc7a579e8
commit
f3b8833a48
21 changed files with 32 additions and 413 deletions
|
|
@ -2,7 +2,7 @@ libexec_PROGRAMS = nix-setuid-helper
|
|||
|
||||
nix_setuid_helper_SOURCES = nix-setuid-helper.cc
|
||||
nix_setuid_helper_LDADD = ../libutil/libutil.la \
|
||||
../boost/format/libformat.la ${aterm_lib}
|
||||
../boost/format/libformat.la
|
||||
|
||||
AM_CXXFLAGS = \
|
||||
-I$(srcdir)/.. $(aterm_include) -I$(srcdir)/../libutil
|
||||
-I$(srcdir)/.. -I$(srcdir)/../libutil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue