mirror of
https://github.com/NixOS/nix
synced 2025-06-29 10:31:15 +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,8 +1,8 @@
|
|||
noinst_LIBRARIES = libformat.a
|
||||
|
||||
libformat_a_SOURCES = format_implementation.cc free_funcs.cc parsing.cc
|
||||
libformat_a_SOURCES = format_implementation.cc free_funcs.cc \
|
||||
parsing.cc exceptions.hpp feed_args.hpp format_class.hpp \
|
||||
format_fwd.hpp group.hpp internals.hpp internals_fwd.hpp \
|
||||
macros_default.hpp
|
||||
|
||||
AM_CXXFLAGS = -Wall -I../..
|
||||
|
||||
EXTRA_DIST = exceptions.hpp feed_args.hpp format_class.hpp format_fwd.hpp \
|
||||
group.hpp internals.hpp internals_fwd.hpp macros_default.hpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue