~noskcaj/ubuntu/vivid/gnome-keyring/3.15.90

« back to all changes in this revision

Viewing changes to daemon/control/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach
  • Date: 2012-05-14 22:13:02 UTC
  • mfrom: (1.3.1)
  • mto: (80.2.8 experimental) (1.1.77)
  • mto: This revision was merged to the branch mainline in revision 148.
  • Revision ID: package-import@ubuntu.com-20120514221302-0l3gjmqpe6xopond
ImportĀ upstreamĀ versionĀ 3.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
if WITH_TESTS
2
 
TESTS_DIR = tests
3
 
else
4
 
TESTS_DIR =
5
 
endif
6
1
 
7
 
SUBDIRS = . $(TESTS_DIR)
 
2
SUBDIRS = . tests
8
3
 
9
4
INCLUDES= \
10
5
        -DPREFIX=\""$(prefix)"\" \
14
9
        -I$(top_srcdir) \
15
10
        -I$(top_srcdir)/daemon \
16
11
        -I$(top_builddir) \
17
 
        $(GLIB_CFLAGS) \
18
 
        -DGCK_API_SUBJECT_TO_CHANGE
 
12
        $(GLIB_CFLAGS)
19
13
 
20
14
# ------------------------------------------------------------------
21
15
# DAEMON CODE