~robru/webaccounts-browser-extension/autoland

« back to all changes in this revision

Viewing changes to lib/webaccounts/Makefile.am

  • Committer: Alberto Mardegan
  • Date: 2012-09-10 07:45:38 UTC
  • mfrom: (26.1.3 private-lib)
  • Revision ID: alberto.mardegan@canonical.com-20120910074538-in5ecrxf7lc3o884
Make libwebaccounts private

Install libwebaccounts.so under /usr/lib/webaccounts-browser-extension/ and not
directly in /usr/lib.
While at it, generate the install.rdf file with the version number inferred
from configure.ac.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
lib_LTLIBRARIES = libwebaccounts.la
 
1
pkglib_LTLIBRARIES = libwebaccounts.la
2
2
 
3
3
libwebaccounts_la_CPPFLAGS = \
4
4
        $(WEBACCOUNTS_CFLAGS) \
9
9
        login-handler.h
10
10
 
11
11
libwebaccounts_la_LDFLAGS = \
12
 
        -avoid-version \
 
12
        -release $(VERSION) \
13
13
        -shared \
14
14
        -export-dynamic
15
15