1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 23:28:26 -04:00
nix/src/libmain/Makefile.am

12 lines
327 B
Makefile
Raw Normal View History

2003-10-20 06:05:01 -04:00
noinst_LIBRARIES = libmain.a
2003-11-25 08:01:21 -05:00
libmain_a_SOURCES = shared.cc shared.hh
2003-10-20 06:05:01 -04:00
AM_CXXFLAGS = \
-DNIX_STORE_DIR=\"$(storedir)\" \
2003-10-20 06:05:01 -04:00
-DNIX_DATA_DIR=\"$(datadir)\" \
-DNIX_STATE_DIR=\"$(localstatedir)/nix\" \
-DNIX_LOG_DIR=\"$(localstatedir)/log/nix\" \
-DNIX_VERSION=\"$(VERSION)\" \
-I.. ${aterm_include} -I../libutil -I../libstore