[PATCH core 06/10] 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(-)
 create mode 100644 libs/net/grl-net.h

diff --git a/libs/net/Makefile.am b/libs/net/Makefile.am
index 4e3f247..16a92ba 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_ */
-- 
1.7.1



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]