diff options
author | Max Kellermann <max@duempel.org> | 2009-12-15 17:36:21 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-12-15 19:02:24 +0100 |
commit | aef6609f4f9464ae9f33febcd3967d8df50c220b (patch) | |
tree | a4cde62419cc43bb3dc84868ce5f9a89532d06ca /Makefile.am | |
parent | 6b728e4756523f5d00eff865bb8a2e9f929a9433 (diff) | |
download | mpd-aef6609f4f9464ae9f33febcd3967d8df50c220b.tar.gz mpd-aef6609f4f9464ae9f33febcd3967d8df50c220b.tar.xz mpd-aef6609f4f9464ae9f33febcd3967d8df50c220b.zip |
archive_api.h: moved struct archive_plugin to archive_plugin.h
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 92c9db8f7..3fc94c8a5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -197,6 +197,7 @@ mpd_headers = \ src/archive_api.h \ src/archive_internal.h \ src/archive_list.h \ + src/archive_plugin.h \ src/input/archive_input_plugin.h \ src/cue/cue_tag.h |