[grilo] grl-net: new header file
- From: Victor Manuel Jaquez Leal <vjaquez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo] grl-net: new header file
- Date: Thu, 14 Oct 2010 17:27:10 +0000 (UTC)
commit abbe7993d388d8df94b93222fa258557074f277e
Author: VÃctor Manuel Jáquez Leal <vjaquez igalia com>
Date: Thu Sep 16 19:46:17 2010 +0200
grl-net: new header file
Signed-off-by: VÃctor Manuel Jáquez Leal <vjaquez igalia com>
libs/net/Makefile.am | 3 ++-
libs/net/grl-net.h | 28 ++++++++++++++++++++++++++++
2 files changed, 30 insertions(+), 1 deletions(-)
---
diff --git a/libs/net/Makefile.am b/libs/net/Makefile.am
index 54d8549..122ca40 100644
--- a/libs/net/Makefile.am
+++ b/libs/net/Makefile.am
@@ -31,7 +31,8 @@ libgrlnet_ GRL_MAJORMINOR@includedir = \
$(includedir)/@GRL_NAME@/net
libgrlnet_ GRL_MAJORMINOR@include_HEADERS = \
- grl-net-wc.h
+ grl-net-wc.h \
+ grl-net.h
wc_test_SOURCES = \
wc-test.c
diff --git a/libs/net/grl-net.h b/libs/net/grl-net.h
new file mode 100644
index 0000000..db55709
--- /dev/null
+++ b/libs/net/grl-net.h
@@ -0,0 +1,28 @@
+/*
+ * Copyright (C) 2010 Igalia S.L.
+ *
+ * Contact: VÃctor M. Jáquez L. <vjaquez igalia 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; version 2.1 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 St, Fifth Floor, Boston, MA
+ * 02110-1301 USA
+ *
+ */
+
+#ifndef _GRL_NET_H_
+#define _GRL_NET_H_
+
+#include <net/grl-net-wc.h>
+
+#endif /* _GRL_NET_H_ */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]