diff options
author | J. Alexander Treuman <jat@spatialrift.net> | 2007-05-28 12:42:44 +0000 |
---|---|---|
committer | J. Alexander Treuman <jat@spatialrift.net> | 2007-05-28 12:42:44 +0000 |
commit | 1945c7c9480105bae7e0e2e0fdab65d451b6deff (patch) | |
tree | dc8ae44c3caf3be7b061e15051a1cb51e10bdc91 /src/Makefile.am | |
parent | c6afb15f3d8b48e55b081edd112e92e06bc4b2f6 (diff) | |
download | mpd-1945c7c9480105bae7e0e2e0fdab65d451b6deff.tar.gz mpd-1945c7c9480105bae7e0e2e0fdab65d451b6deff.tar.xz mpd-1945c7c9480105bae7e0e2e0fdab65d451b6deff.zip |
Adding ioops.h to mpd_headers so that it gets included in the tarball.
git-svn-id: https://svn.musicpd.org/mpd/trunk@6323 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 6cf4b033e..b9c6fa0c7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -73,6 +73,7 @@ mpd_headers = \ utf8.h \ utils.h \ volume.h \ + ioops.h \ zeroconf.h \ locate.h \ storedPlaylist.h |