~online-accounts/libaccounts-glib/13.04

« back to all changes in this revision

Viewing changes to libaccounts-glib/Makefile.am

  • Committer: Alberto Mardegan
  • Date: 2012-07-24 15:42:33 UTC
  • mfrom: (129.9.20)
  • Revision ID: git-v1:993497f35a2d5a7c03c78c731063a215bb303837
Tags: 1.2+bzr160
Merge branch 'master' into ubuntu

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
lib_LTLIBRARIES = \
2
2
        libaccounts-glib.la
3
3
 
 
4
libaccounts_glib_la_CPPFLAGS = \
 
5
        -I$(top_srcdir) \
 
6
        -DG_LOG_DOMAIN=\"accounts-glib\"
4
7
libaccounts_glib_la_CFLAGS = \
5
8
        $(LIBACCOUNTS_CFLAGS) \
6
9
        $(AEGISCRYPTO_CFLAGS) \
7
 
        -I$(top_srcdir) \
8
10
        -Wall -Werror
9
11
libaccounts_glib_la_LIBADD = $(LIBACCOUNTS_LIBS) $(AEGISCRYPTO_LIBS) -lrt
10
12
libaccounts_glib_la_LDFLAGS = \