diff options
author | Max Kellermann <max@duempel.org> | 2014-01-18 15:27:54 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-18 15:27:54 +0100 |
commit | f33f891c54b22233083e82e3743af5ca74a85128 (patch) | |
tree | 6834f7a77a892ccd3ece883cfb6c4aac4ae8f3ee /Makefile.am | |
parent | 6e55552292d4832bcefeee78346d121caf3715a1 (diff) | |
download | mpd-f33f891c54b22233083e82e3743af5ca74a85128.tar.gz mpd-f33f891c54b22233083e82e3743af5ca74a85128.tar.xz mpd-f33f891c54b22233083e82e3743af5ca74a85128.zip |
db/upnp: add UpnpMakeAction() helper function
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 c820e5b0e..65ffc300c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -424,6 +424,7 @@ libdb_plugins_a_SOURCES += \ src/db/upnp/ixmlwrap.cxx src/db/upnp/ixmlwrap.hxx \ src/db/upnp/upnpplib.cxx src/db/upnp/upnpplib.hxx \ src/db/upnp/Util.cxx src/db/upnp/Util.hxx \ + src/db/upnp/Action.hxx \ src/db/upnp/WorkQueue.hxx \ src/db/upnp/Object.hxx DB_LIBS += \ |