[grilo-plugins/fremantle: 6/27] Added Makefile.am to compile a static library to be used in plugins.
- From: Xabier Rodriguez Calvar <xrcalvar src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo-plugins/fremantle: 6/27] Added Makefile.am to compile a static library to be used in plugins.
- Date: Mon, 19 Apr 2010 16:48:56 +0000 (UTC)
commit 954885348acb74e4b1d2e52e5271092af9ed2fc1
Author: Xabier Rodriguez Calvar <xrcalvar igalia com>
Date: Mon Apr 19 13:17:32 2010 +0200
Added Makefile.am to compile a static library to be used in plugins.
It contains current GnomeVFS code to read a whole URL
src/util/Makefile.am | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
---
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
new file mode 100644
index 0000000..18af4b7
--- /dev/null
+++ b/src/util/Makefile.am
@@ -0,0 +1,20 @@
+#
+# Makefile.am
+#
+# Author: Xabier RodrÃguez Calvar <xrcalvar igalia com>
+#
+# Copyright (C) 2010 Igalia S.L. All rights reserved.
+
+noinst_LIBRARIES = libutil.a
+
+libutil_a_SOURCES = gnomevfs.c gnomevfs.h
+
+libutil_a_CFLAGS = \
+ $(DEPS_CFLAGS) \
+ $(GNOMEVFS_CFLAGS)
+
+MAINTAINERCLEANFILES = \
+ *.in \
+ *~
+
+DISTCLEANFILES = $(MAINTAINERCLEANFILES)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]