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