~robru/webaccounts-browser-extension/inline-packaging

« back to all changes in this revision

Viewing changes to npapi-plugin/tests/Makefile.am

 * Added LDFLAGS to fix the tests
 * Refactor chromium extension build so it is more like unity-chromium-extension
 * re-use webaccounts.pem if it exists, this will allow the package to
   provide the .pem and have a stable extension ID.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
        $(top_builddir)/npapi-plugin/src/libwebaccounts_npapi_plugin.la \
25
25
        libgoogle-test.a
26
26
 
 
27
npapi_test_LDFLAGS = \
 
28
        $(WEBACCOUNTS_NPAPI_PLUGIN_LDFLAGS) \
 
29
        -pthread
 
30
 
27
31
TESTS_ENVIRONMENT = \
28
32
        MALLOC_CHECK_=2 \
29
33
        MALLOC_PERTURB_=$$(($${RANDOM:-256} % 256)) \