~ubuntu-branches/ubuntu/utopic/evolution-data-server/utopic-proposed

« back to all changes in this revision

Viewing changes to modules/secret-monitor/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2014-06-13 12:02:14 UTC
  • mfrom: (1.1.116) (1.2.35 sid)
  • Revision ID: package-import@ubuntu.com-20140613120214-1zx93d8jxwt093aw
Tags: 3.12.2-1ubuntu1
* Merge with Debian, remaining changes:
  - debian/control: build depend on hardening-wrapper
  - Add build-depends and pass configure flag to enable Ubuntu Online
    Accounts support.
  - Filter out -Bsymbolic-functions from LDFLAGS (for future people
    wondering about this change, see e.g. BGO #594473 and duplicates).
  - Enable Ubuntu Online Accounts and split it and GOA into a separate
    package

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
NULL =
 
2
 
 
3
module_LTLIBRARIES = module-secret-monitor.la
 
4
 
 
5
module_secret_monitor_la_CPPFLAGS = \
 
6
        $(AM_CPPFLAGS) \
 
7
        -I$(top_srcdir) \
 
8
        -DG_LOG_DOMAIN=\"module-secret-monitor\" \
 
9
        $(E_BACKEND_CFLAGS) \
 
10
        $(E_DATA_SERVER_CFLAGS) \
 
11
        $(LIBSECRET_CFLAGS) \
 
12
        $(NULL)
 
13
 
 
14
module_secret_monitor_la_SOURCES = \
 
15
        module-secret-monitor.c \
 
16
        $(NULL)
 
17
 
 
18
module_secret_monitor_la_LIBADD = \
 
19
        $(top_builddir)/libebackend/libebackend-1.2.la \
 
20
        $(top_builddir)/libedataserver/libedataserver-1.2.la \
 
21
        $(E_BACKEND_LIBS) \
 
22
        $(E_DATA_SERVER_LIBS) \
 
23
        $(LIBSECRET_LIBS) \
 
24
        $(NULL)
 
25
 
 
26
module_secret_monitor_la_LDFLAGS = \
 
27
        -module -avoid-version $(NO_UNDEFINED) \
 
28
        $(NULL)
 
29
 
 
30
-include $(top_srcdir)/git.mk