diff options
author | Avuton Olrich <avuton@gmail.com> | 2010-06-13 19:49:38 -0700 |
---|---|---|
committer | Avuton Olrich <avuton@gmail.com> | 2010-06-13 19:49:38 -0700 |
commit | a6ef696132b686153f2119ae84e310c8bd935bde (patch) | |
tree | b43f1fbe27fb4d7df7359b16e02ebcf1664a1c23 | |
parent | 53f08a95eb6d15354c35bca5ae789d480cf8f839 (diff) | |
download | mpd-a6ef696132b686153f2119ae84e310c8bd935bde.tar.gz mpd-a6ef696132b686153f2119ae84e310c8bd935bde.tar.xz mpd-a6ef696132b686153f2119ae84e310c8bd935bde.zip |
Makefile.am: distribute refcount.h
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index bcde10dea..0a2401796 100644 --- a/Makefile.am +++ b/Makefile.am @@ -177,6 +177,7 @@ mpd_headers = \ src/queue.h \ src/queue_print.h \ src/queue_save.h \ + src/refcount.h \ src/replay_gain_config.h \ src/replay_gain_info.h \ src/sig_handlers.h \ |