gjs r28 - trunk
- From: lucasr svn gnome org
- To: svn-commits-list gnome org
- Subject: gjs r28 - trunk
- Date: Mon, 20 Oct 2008 08:38:09 +0000 (UTC)
Author: lucasr
Date: Mon Oct 20 08:38:09 2008
New Revision: 28
URL: http://svn.gnome.org/viewvc/gjs?rev=28&view=rev
Log:
Makefile-gi.am: install libgjs-gi headers as they may be used when developing
native modules.
Modified:
trunk/Makefile-gi.am
Modified: trunk/Makefile-gi.am
==============================================================================
--- trunk/Makefile-gi.am (original)
+++ trunk/Makefile-gi.am Mon Oct 20 08:38:09 2008
@@ -1,5 +1,6 @@
-lib_LTLIBRARIES += \
- libgjs-gi.la
+gjsgiincludedir = $(includedir)/gjs-1.0/gjs
+
+lib_LTLIBRARIES += libgjs-gi.la
libgjs_gi_la_CFLAGS = \
$(AM_CFLAGS) \
@@ -11,7 +12,7 @@
libgjs_gi_la_LDFLAGS = \
-export-symbols-regex "^[^_].*" -version-info 0:0:0 -rdynamic
-noinst_HEADERS += \
+nobase_gjsgiinclude_HEADERS = \
gi/arg.h \
gi/boxed.h \
gi/closure.h \
@@ -19,7 +20,7 @@
gi/function.h \
gi/keep-alive.h \
gi/native.h \
- gi/ns.h \
+ gi/ns.h \
gi/object.h \
gi/param.h \
gi/repo.h \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]