From ba98518c69d0501e67ef707f0d718cc678851415 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 16 Oct 2013 23:35:59 +0200 Subject: Makefile.am: distribute util/Domain.hxx and system/ByteOrder.hxx --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 7490c5633..ebc4ac920 100644 --- a/Makefile.am +++ b/Makefile.am @@ -250,6 +250,7 @@ endif libutil_a_SOURCES = \ src/util/Macros.hxx \ src/util/Error.cxx src/util/Error.hxx \ + src/util/Domain.hxx \ src/util/ReusableArray.hxx \ src/util/StringUtil.cxx src/util/StringUtil.hxx \ src/util/Tokenizer.cxx src/util/Tokenizer.hxx \ @@ -272,6 +273,7 @@ libutil_a_SOURCES = \ # System library libsystem_a_SOURCES = \ + src/system/ByteOrder.hxx \ src/system/FatalError.cxx src/system/FatalError.hxx \ src/system/fd_util.c src/system/fd_util.h \ src/system/SocketUtil.cxx src/system/SocketUtil.hxx \ -- cgit v1.2.3