diff options
author | Max Kellermann <max@duempel.org> | 2012-08-07 20:07:17 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-08-07 20:07:17 +0200 |
commit | bb75e3ea553f2d577548430e2e99423ee74850ca (patch) | |
tree | 62afc520b22aa60432eee23bcb8723d7550dde8f /Makefile.am | |
parent | 814eebf97624926ee714c267c7353bc59dcae292 (diff) | |
download | mpd-bb75e3ea553f2d577548430e2e99423ee74850ca.tar.gz mpd-bb75e3ea553f2d577548430e2e99423ee74850ca.tar.xz mpd-bb75e3ea553f2d577548430e2e99423ee74850ca.zip |
DatabaseRegistry: list of plugins
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 e571520cd..6322e2f52 100644 --- a/Makefile.am +++ b/Makefile.am @@ -433,6 +433,7 @@ endif # database plugins libdb_plugins_a_SOURCES = \ + src/DatabaseRegistry.cxx src/DatabaseRegistry.hxx \ src/db/SimpleDatabasePlugin.cxx src/db/SimpleDatabasePlugin.hxx DB_LIBS = \ |