diff options
author | Jens Georg <mail@jensge.org> | 2012-10-30 19:41:53 +0100 |
---|---|---|
committer | Jens Georg <mail@jensge.org> | 2012-11-19 13:17:19 +0100 |
commit | 71e46f7db6e1906a4fbfcaaf30f69d40d6abaf45 (patch) | |
tree | a9800f173ef4d43d496e0430287193cecb9b273e /libgupnp-av/Makefile.am | |
parent | ff94d599dcd5e45c4e977494225a79cc7ce199ae (diff) | |
download | gupnp-av-71e46f7db6e1906a4fbfcaaf30f69d40d6abaf45.tar.gz |
Add child item on container in DIDLWriter
Diffstat (limited to 'libgupnp-av/Makefile.am')
-rw-r--r-- | libgupnp-av/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgupnp-av/Makefile.am b/libgupnp-av/Makefile.am index 8c5ea5c..3699367 100644 --- a/libgupnp-av/Makefile.am +++ b/libgupnp-av/Makefile.am @@ -61,6 +61,7 @@ libgupnp_av_1_0_la_SOURCES = gupnp-didl-lite-object.c \ gupnp-didl-lite-contributor.c \ gupnp-didl-lite-contributor-private.h \ gupnp-didl-lite-writer.c \ + gupnp-didl-lite-writer-private.h \ gupnp-protocol-info.c \ gupnp-search-criteria-parser.c \ gupnp-last-change-parser.c \ |