summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <jensg@openismus.com>2013-01-15 16:53:05 +0100
committerJens Georg <mail@jensge.org>2013-01-16 11:27:55 +0100
commit7b8fade6ecd5921facf031ebd1b37683646efbb6 (patch)
tree3d323fc45aaf897d084d1625a68805837bc802a3
parentab950248c01bb1bb238e6edd357dbfc6dad1930d (diff)
downloadgupnp-dlna-7b8fade6ecd5921facf031ebd1b37683646efbb6.tar.gz
Add single include header file
-rw-r--r--libgupnp-dlna/Makefile.am3
-rw-r--r--libgupnp-dlna/gupnp-dlna.h32
-rw-r--r--vala/GUPnPDLNA-2.0.metadata3
3 files changed, 35 insertions, 3 deletions
diff --git a/libgupnp-dlna/Makefile.am b/libgupnp-dlna/Makefile.am
index 13b8ae2..ccf2b5c 100644
--- a/libgupnp-dlna/Makefile.am
+++ b/libgupnp-dlna/Makefile.am
@@ -145,7 +145,8 @@ libgupnp_dlna_inc_HEADERS += \
gupnp-dlna-image-information.h \
gupnp-dlna-video-information.h \
gupnp-dlna-information.h \
- gupnp-dlna-values.h
+ gupnp-dlna-values.h \
+ gupnp-dlna.h
libgupnp_dlna_metadata_incdir = \
$(libgupnp_dlna_incdir)/metadata
diff --git a/libgupnp-dlna/gupnp-dlna.h b/libgupnp-dlna/gupnp-dlna.h
new file mode 100644
index 0000000..fde413f
--- /dev/null
+++ b/libgupnp-dlna/gupnp-dlna.h
@@ -0,0 +1,32 @@
+/*
+ * Copyright (C) 2012 Intel Corporation.
+ *
+ * Authors: Jens Georg <jensg@openismus.com>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ */
+
+#include "gupnp-dlna-profile-guesser.h"
+#include "gupnp-dlna-profile.h"
+#include "gupnp-dlna-restriction.h"
+#include "gupnp-dlna-value-list.h"
+#include "gupnp-dlna-g-values.h"
+#include "gupnp-dlna-audio-information.h"
+#include "gupnp-dlna-container-information.h"
+#include "gupnp-dlna-image-information.h"
+#include "gupnp-dlna-video-information.h"
+#include "gupnp-dlna-information.h"
+#include "gupnp-dlna-values.h"
diff --git a/vala/GUPnPDLNA-2.0.metadata b/vala/GUPnPDLNA-2.0.metadata
index bc8983c..c52832e 100644
--- a/vala/GUPnPDLNA-2.0.metadata
+++ b/vala/GUPnPDLNA-2.0.metadata
@@ -1,2 +1 @@
-Profile cheader_filename="libgupnp-dlna/gupnp-dlna-profile.h"
-ProfileGuesser cheader_filename="libgupnp-dlna/gupnp-dlna-profile-guesser.h"
+GUPnPDLNA cheader_filename="libgupnp-dlna/gupnp-dlna.h"