mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
browser-plugin: some buildsys fixes
* fix installation folder * include headers files * add Makefile to AC_CONFIG_FILES
This commit is contained in:
parent
4c50293f06
commit
7b407dda91
2 changed files with 7 additions and 2 deletions
|
|
@ -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) \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue