[gnome-shell] browser-plugin: some buildsys fixes
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] browser-plugin: some buildsys fixes
- Date: Mon, 12 Sep 2011 20:23:55 +0000 (UTC)
commit 7b407dda911c95994bb875153160632b28ac45ed
Author: Rico Tzschichholz <ricotz t-online de>
Date: Mon Sep 12 22:06:10 2011 +0200
browser-plugin: some buildsys fixes
* fix installation folder
* include headers files
* add Makefile to AC_CONFIG_FILES
browser-plugin/Makefile.am | 8 ++++++--
configure.ac | 1 +
2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/browser-plugin/Makefile.am b/browser-plugin/Makefile.am
index 03cc13a..4bfb350 100644
--- a/browser-plugin/Makefile.am
+++ b/browser-plugin/Makefile.am
@@ -1,5 +1,5 @@
-mozillalibdir = $(datadir)/mozilla/plugins
+mozillalibdir = $(libdir)/mozilla/plugins
mozillalib_LTLIBRARIES = libgnome-shell-browser-plugin.la
@@ -9,7 +9,11 @@ libgnome_shell_browser_plugin_la_LIBADD = \
$(BROWSER_PLUGIN_LIBS)
libgnome_shell_browser_plugin_la_SOURCES = \
- browser-plugin.c
+ browser-plugin.c \
+ npapi/npapi.h \
+ npapi/npfunctions.h \
+ npapi/npruntime.h \
+ npapi/nptypes.h
libgnome_shell_browser_plugin_la_CFLAGS = \
$(BROWSER_PLUGIN_CFLAGS) \
diff --git a/configure.ac b/configure.ac
index a317937..f2db9eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -216,6 +216,7 @@ AC_CONFIG_FILES([
js/Makefile
js/misc/config.js
src/Makefile
+ browser-plugin/Makefile
tests/Makefile
po/Makefile.in
man/Makefile
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]