mirror of
https://github.com/NixOS/nix
synced 2025-06-27 04:21:16 +02:00
* More `make dist' fixes.
This commit is contained in:
parent
c3ee8c9166
commit
66c115ef5f
6 changed files with 14 additions and 18 deletions
|
@ -1,11 +1,10 @@
|
|||
noinst_LIBRARIES = libutil.a
|
||||
|
||||
libutil_a_SOURCES = util.cc hash.cc archive.cc md5.c aterm.cc
|
||||
libutil_a_SOURCES = util.cc util.hh hash.cc hash.hh \
|
||||
archive.cc archive.hh md5.c md5.h aterm.cc aterm.hh
|
||||
|
||||
AM_CXXFLAGS = -DSYSTEM=\"@host@\" -Wall -I.. -I../../externals/inst/include
|
||||
|
||||
EXTRA_DIST = *.hh *.h
|
||||
|
||||
check_PROGRAMS = test-aterm
|
||||
|
||||
test_aterm_SOURCES = test-aterm.cc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue