1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 12:41:15 +02:00

* More `make dist' fixes.

This commit is contained in:
Eelco Dolstra 2003-11-25 13:01:21 +00:00
parent c3ee8c9166
commit 66c115ef5f
6 changed files with 14 additions and 18 deletions

View file

@ -1,10 +1,10 @@
noinst_LIBRARIES = libstore.a
libstore_a_SOURCES = \
store.cc storeexpr.cc normalise.cc exec.cc \
globals.cc db.cc references.cc pathlocks.cc
store.cc store.hh storeexpr.cc storeexpr.hh \
normalise.cc normalise.hh exec.cc exec.hh \
globals.cc globals.hh db.cc db.hh \
references.cc references.hh pathlocks.cc pathlocks.hh
AM_CXXFLAGS = -DSYSTEM=\"@host@\" -Wall \
-I.. -I../../externals/inst/include -I../libutil
EXTRA_DIST = *.hh *.h test-builder-*.sh test.cc