aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-16 23:35:59 +0200
committerMax Kellermann <max@duempel.org>2013-10-16 23:36:03 +0200
commitba98518c69d0501e67ef707f0d718cc678851415 (patch)
tree39540ddb156fce2d823cde6b3371e72f48b7fa85 /Makefile.am
parent5e26e2ab1dadb1e4176d5a4cac03100a7d21c22f (diff)
downloadmpd-ba98518c69d0501e67ef707f0d718cc678851415.tar.gz
mpd-ba98518c69d0501e67ef707f0d718cc678851415.tar.xz
mpd-ba98518c69d0501e67ef707f0d718cc678851415.zip
Makefile.am: distribute util/Domain.hxx and system/ByteOrder.hxx
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
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 \