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
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
mozillalibdir = $(datadir)/mozilla/plugins
|
mozillalibdir = $(libdir)/mozilla/plugins
|
||||||
|
|
||||||
mozillalib_LTLIBRARIES = libgnome-shell-browser-plugin.la
|
mozillalib_LTLIBRARIES = libgnome-shell-browser-plugin.la
|
||||||
|
|
||||||
@ -9,7 +9,11 @@ libgnome_shell_browser_plugin_la_LIBADD = \
|
|||||||
$(BROWSER_PLUGIN_LIBS)
|
$(BROWSER_PLUGIN_LIBS)
|
||||||
|
|
||||||
libgnome_shell_browser_plugin_la_SOURCES = \
|
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 = \
|
libgnome_shell_browser_plugin_la_CFLAGS = \
|
||||||
$(BROWSER_PLUGIN_CFLAGS) \
|
$(BROWSER_PLUGIN_CFLAGS) \
|
||||||
|
@ -216,6 +216,7 @@ AC_CONFIG_FILES([
|
|||||||
js/Makefile
|
js/Makefile
|
||||||
js/misc/config.js
|
js/misc/config.js
|
||||||
src/Makefile
|
src/Makefile
|
||||||
|
browser-plugin/Makefile
|
||||||
tests/Makefile
|
tests/Makefile
|
||||||
po/Makefile.in
|
po/Makefile.in
|
||||||
man/Makefile
|
man/Makefile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user