diff options
author | Max Kellermann <max@duempel.org> | 2009-12-16 16:28:26 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-12-16 17:09:58 +0100 |
commit | 0bc8c0c1da4490aad502dddbbc7c60564c4083a7 (patch) | |
tree | 3a7b9ed55fbbdb757e4822e7ea262237d0562dbc /Makefile.am | |
parent | 74156d5bed810209a777ba6ade7ef279691f3091 (diff) | |
download | mpd-0bc8c0c1da4490aad502dddbbc7c60564c4083a7.tar.gz mpd-0bc8c0c1da4490aad502dddbbc7c60564c4083a7.tar.xz mpd-0bc8c0c1da4490aad502dddbbc7c60564c4083a7.zip |
archive_plugin: wrap method calls
Make archive_file a "real" struct, extended by all plugins. Add the
plugin pointer to it. Wrap all method calls in functions.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f2e8cf3db..0d74ab36b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -369,6 +369,7 @@ if ENABLE_ARCHIVE ARCHIVE_SRC += \ src/archive_api.c \ src/archive_list.c \ + src/archive_plugin.c \ src/input/archive_input_plugin.c endif |