browser-plugin: some buildsys fixes

* fix installation folder

* include headers files

* add Makefile to AC_CONFIG_FILES
This commit is contained in:
Rico Tzschichholz 2011-09-12 22:06:10 +02:00 committed by Jasper St. Pierre
parent 4c50293f06
commit 7b407dda91
2 changed files with 7 additions and 2 deletions

View File

@ -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) \

View File

@ -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