diff options
author | Max Kellermann <max@duempel.org> | 2009-12-14 23:26:23 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-12-14 23:26:23 +0100 |
commit | c0b8c2c73b3de4814a6bcb9ed5135c43c8464125 (patch) | |
tree | 76eab0bb4cf93f7640a27c6c6a7cf2c849916b5e | |
parent | 51d06873770743553924f7de46462bd1724e6ff1 (diff) | |
download | mpd-c0b8c2c73b3de4814a6bcb9ed5135c43c8464125.tar.gz mpd-c0b8c2c73b3de4814a6bcb9ed5135c43c8464125.tar.xz mpd-c0b8c2c73b3de4814a6bcb9ed5135c43c8464125.zip |
Makefile.am: install glib_compat.h
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 735a58109..86ee7ecf6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -77,6 +77,7 @@ mpd_headers = \ src/exclude.h \ src/fd_util.h \ src/fifo_buffer.h \ + src/glib_compat.h \ src/update.h \ src/update_internal.h \ src/inotify_source.h \ |