about summary refs log blame commit diff
path: root/src/nix-env/Makefile.am
blob: 4d3bd111d719e2b34186b90bd7068754114b3d46 (plain) (tree)
1
2
3
4
5
6
7
8
9

                      
                                                                            
 

                                                             
                             

               
                 

                                                           
bin_PROGRAMS = nix-env

nix_env_SOURCES = nix-env.cc profiles.cc profiles.hh user-env.cc user-env.hh

nix_env_LDADD = ../libmain/libmain.la ../libexpr/libexpr.la \
 ../libstore/libstore.la ../libutil/libutil.la \
 ../boost/format/libformat.la

AM_CXXFLAGS = \
 -I$(srcdir)/.. \
 -I$(srcdir)/../libutil -I$(srcdir)/../libstore \
 -I$(srcdir)/../libexpr -I$(srcdir)/../libmain -I../libexpr