diff options
author | Max Kellermann <max@duempel.org> | 2014-02-05 19:23:02 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-07 23:46:15 +0100 |
commit | a0088ccce1749dbef6503fbf489f7096d824c11d (patch) | |
tree | c2a8e4ed79ee62bfb70cfbfcd1aefa035219e609 /Makefile.am | |
parent | be081929f4523376db2df52903230d3b20dc54e9 (diff) | |
download | mpd-a0088ccce1749dbef6503fbf489f7096d824c11d.tar.gz mpd-a0088ccce1749dbef6503fbf489f7096d824c11d.tar.xz mpd-a0088ccce1749dbef6503fbf489f7096d824c11d.zip |
storage: add struct StoragePlugin and a plugin registry
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 2e5d8b613..8fc6f23d0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -425,6 +425,8 @@ if ENABLE_DATABASE noinst_LIBRARIES += libstorage.a libstorage_a_SOURCES = \ + src/storage/StoragePlugin.hxx \ + src/storage/Registry.cxx src/storage/Registry.hxx \ src/storage/StorageInterface.cxx src/storage/StorageInterface.hxx \ src/storage/plugins/LocalStorage.cxx src/storage/plugins/LocalStorage.hxx \ src/storage/FileInfo.hxx |