~zeitgeist-dataproviders/zeitgeist-datasources/trunk

« back to all changes in this revision

Viewing changes to chrome/Makefile.am

  • Committer: Markus Korn
  • Date: 2010-11-02 22:05:18 UTC
  • mfrom: (92.2.6 autohell-fix)
  • Revision ID: thekorn@gmx.de-20101102220518-dda0x7izll464xk9
Fixed 'make distcheck'

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
chromeresourcedir = /opt/google/chrome/resources/zeitgeist_plugin
2
 
chromeresource_DATA = \
 
1
chromeresourcedir = $(datadir)/opt/google/chrome/resources/zeitgeist_plugin
 
2
dist_chromeresource_DATA = \
3
3
        background.html \
4
4
        content_script.js \
5
5
        manifest.json \
9
9
pluginbinary_LTLIBRARIES = libzeitgeist-npapi-plugin.la
10
10
 
11
11
libzeitgeist_npapi_plugin_la_SOURCES = \
12
 
        plugin/np-zeitgeist.cc \
 
12
        $(top_srcdir)/npapi-plugin/np-zeitgeist.cc \
13
13
        $(NULL)
14
14
 
15
15
libzeitgeist_npapi_plugin_la_CXXFLAGS = \
16
16
        -pedantic -fPIC -Wall -std=c++0x -O2 \
17
17
        $(ZEITGEIST_CFLAGS) \
18
 
        -I./plugin \
19
 
        -I./plugin/third_party \
20
 
        -I./plugin/third_party/npapi \
 
18
        -I$(top_srcdir)/npapi-plugin \
 
19
        -I$(top_srcdir)/npapi-plugin/third_party \
 
20
        -I$(top_srcdir)/npapi-plugin/third_party/npapi \
21
21
        $(NULL)
22
22
 
23
23
libzeitgeist_npapi_plugin_la_LIBADD = \
28
28
        -Wl,--no-undefined \
29
29
        -module -avoid-version \
30
30
        $(NULL)
 
31
        
 
32
EXTRA_DIST = \
 
33
        $(top_srcdir)/npapi-plugin/third_party/webkit/glue/plugins/nphostapi.h \
 
34
        $(top_srcdir)/npapi-plugin/third_party/npapi/bindings/npapi.h \
 
35
        $(top_srcdir)/npapi-plugin/third_party/npapi/bindings/npruntime.h \
 
36
        $(top_srcdir)/npapi-plugin/base/port.h \
 
37
        $(top_srcdir)/npapi-plugin/base/basictypes.h \
 
38
        $(top_srcdir)/npapi-plugin/build/build_config.h \
 
39
        $(NULL)
31
40
 
32
41
# we want to allow also local install
33
42
local-install: all
34
 
        ln -s $(abs_srcdir)/.libs/libzeitgeist-npapi-plugin.so plugin/libzeitgeist-npapi-plugin.so
 
43
        ln -s $(abs_srcdir)/.libs/libzeitgeist-npapi-plugin.so $(top_srcdir)/npapi-plugin/libzeitgeist-npapi-plugin.so
35
44
 
36
45
local-uninstall: all