2003-11-19 19:27:16 +02:00
|
|
|
bin_PROGRAMS = nix-env
|
|
|
|
|
2012-10-03 23:37:06 +03:00
|
|
|
nix_env_SOURCES = nix-env.cc profiles.cc profiles.hh user-env.cc user-env.hh
|
2010-04-19 13:47:56 +03:00
|
|
|
|
2005-07-22 17:52:45 +03:00
|
|
|
nix_env_LDADD = ../libmain/libmain.la ../libexpr/libexpr.la \
|
|
|
|
../libstore/libstore.la ../libutil/libutil.la \
|
2010-03-02 17:58:13 +02:00
|
|
|
../boost/format/libformat.la
|
2003-11-19 19:27:16 +02:00
|
|
|
|
|
|
|
AM_CXXFLAGS = \
|
2010-03-02 17:58:13 +02:00
|
|
|
-I$(srcdir)/.. \
|
2006-05-12 14:47:45 +03:00
|
|
|
-I$(srcdir)/../libutil -I$(srcdir)/../libstore \
|
|
|
|
-I$(srcdir)/../libexpr -I$(srcdir)/../libmain -I../libexpr
|