gjs r29 - in trunk: . gjs
- From: lucasr svn gnome org
- To: svn-commits-list gnome org
- Subject: gjs r29 - in trunk: . gjs
- Date: Mon, 20 Oct 2008 09:47:12 +0000 (UTC)
Author: lucasr
Date: Mon Oct 20 09:47:12 2008
New Revision: 29
URL: http://svn.gnome.org/viewvc/gjs?rev=29&view=rev
Log:
Makefile.am, gjs/gjs.h: install importer.h and mem.h.
Modified:
trunk/Makefile.am
trunk/gjs/gjs.h
Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am (original)
+++ trunk/Makefile.am Mon Oct 20 09:47:12 2008
@@ -19,13 +19,13 @@
########################################################################
nobase_gjsinclude_HEADERS = \
gjs/context.h \
+ gjs/importer.h \
gjs/gjs.h \
gjs/jsapi-util.h \
+ gjs/mem.h \
gjs/native.h
noinst_HEADERS = \
gjs/context-jsapi.h \
- gjs/importer.h \
- gjs/mem.h \
util/dirs.h \
util/error.h \
util/glib.h \
Modified: trunk/gjs/gjs.h
==============================================================================
--- trunk/gjs/gjs.h (original)
+++ trunk/gjs/gjs.h Mon Oct 20 09:47:12 2008
@@ -25,7 +25,9 @@
#define __GJS_GJS_H__
#include <gjs/context.h>
+#include <gjs/importer.h>
#include <gjs/jsapi-util.h>
#include <gjs/native.h>
+#include <gjs/mem.h>
#endif /* __GJS_GJS_H__ */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]