diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-02-01T11·26+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-02-01T12·54+0100 |
commit | 0c6d62cf27b3b22fa60bddad16ea8e8d062e4a99 (patch) | |
tree | 5ff743d6f1df831603a2394a7a6b3f6e7cb86e34 /src/nix-store | |
parent | 16e7d692092449263880ee795ec419cecbe22d24 (diff) |
Remove Automakefiles
Diffstat (limited to 'src/nix-store')
-rw-r--r-- | src/nix-store/Makefile.am | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/nix-store/Makefile.am b/src/nix-store/Makefile.am deleted file mode 100644 index fca9eff7cde8..000000000000 --- a/src/nix-store/Makefile.am +++ /dev/null @@ -1,12 +0,0 @@ -bin_PROGRAMS = nix-store - -nix_store_SOURCES = \ - nix-store.cc dotgraph.cc dotgraph.hh \ - xmlgraph.cc xmlgraph.hh - -nix_store_LDADD = ../libmain/libmain.la ../libstore/libstore.la ../libutil/libutil.la \ - ../boost/format/libformat.la -lbz2 - -AM_CXXFLAGS = \ - -I$(srcdir)/.. -I$(srcdir)/../libutil \ - -I$(srcdir)/../libstore -I$(srcdir)/../libmain |