From f8387ad143f1884f8f5f89bd5389605624f4c34f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Billeter?= Date: Wed, 2 May 2007 09:42:00 +0000 Subject: Move contents of vala-pkg to trunk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2007-05-02 Jürg Billeter * Move contents of vala-pkg to trunk svn path=/trunk/; revision=300 --- gobject-introspection/Makefile.am | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 gobject-introspection/Makefile.am (limited to 'gobject-introspection/Makefile.am') diff --git a/gobject-introspection/Makefile.am b/gobject-introspection/Makefile.am new file mode 100644 index 000000000..7196fe6e3 --- /dev/null +++ b/gobject-introspection/Makefile.am @@ -0,0 +1,25 @@ +NULL = + +INCLUDES = \ + $(GLIB_CFLAGS) \ + $(NULL) + +noinst_LTLIBRARIES = \ + libgidl.la \ + $(NULL) + +libgidl_la_SOURCES = \ + gidlmodule.c \ + gidlmodule.h \ + gidlnode.c \ + gidlnode.h \ + gidlparser.c \ + gidlparser.h \ + gmetadata.h \ + $(NULL) + +libgidl_la_LIBADD = \ + $(GLIB_LIBS) \ + $(NULL) + +EXTRA_DIST = gidl.vala -- cgit v1.2.1