mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-01-19 09:36:47 +02:00
594eaddd11
--enable-shared. * In libutil/libstore/libexpr etc., link against sqlite and aterm. * Some more header file hygiene.
7 lines
220 B
Makefile
7 lines
220 B
Makefile
libexec_PROGRAMS = nix-setuid-helper
|
|
|
|
nix_setuid_helper_SOURCES = nix-setuid-helper.cc
|
|
nix_setuid_helper_LDADD = ../libutil/libutil.la \
|
|
../boost/format/libformat.la
|
|
|
|
AM_CXXFLAGS = -I$(srcdir)/.. -I$(srcdir)/../libutil
|