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

« back to all changes in this revision

Viewing changes to tool/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
1
bin_PROGRAMS= \
2
 
        gnome-keyring@GCR_VERSION_SUFFIX@
 
2
        gnome-keyring-@GKR_MAJOR@
3
3
 
4
4
INCLUDES=       \
5
5
        -I$(top_srcdir) \
7
7
        $(GTK_CFLAGS) \
8
8
        $(GOBJECT_CFLAGS) \
9
9
        $(GLIB_CFLAGS) \
 
10
        $(GCK_CFLAGS) \
 
11
        $(GCR_CFLAGS) \
10
12
        -DGCK_API_SUBJECT_TO_CHANGE
11
13
 
12
 
gnome_keyring@GCR_VERSION_SUFFIX@_SOURCES = \
 
14
gnome_keyring_@GKR_MAJOR@_SOURCES = \
13
15
        gkr-tool.c gkr-tool.h \
14
16
        gkr-tool-import.c \
15
17
        gkr-tool-trust.c \
16
18
        gkr-tool-version.c
17
19
 
18
 
gnome_keyring@GCR_VERSION_SUFFIX@_CFLAGS = \
 
20
gnome_keyring_@GKR_MAJOR@_CFLAGS = \
19
21
        -DGCR_API_SUBJECT_TO_CHANGE \
20
22
        -DGNOMELOCALEDIR=\""$(datadir)/locale"\"
21
23
 
22
 
gnome_keyring@GCR_VERSION_SUFFIX@_LDADD = \
23
 
        $(top_builddir)/gcr/libgcr@GCR_VERSION_SUFFIX@.la \
 
24
gnome_keyring_@GKR_MAJOR@_LDADD = \
24
25
        $(top_builddir)/egg/libegg.la \
25
 
        $(top_builddir)/gck/libgck.la \
 
26
        $(GCK_LIBS) \
 
27
        $(GCR_LIBS) \
26
28
        $(GTHREAD_LIBS) \
27
29
        $(GTK_LIBS) \
28
30
        $(GCRYPT_LIBS) \
29
31
        $(DAEMON_LIBS)
30
32
 
31
 
# Install a link from gnome-keyring → gnome-keyring@GCR_VERSION_SUFFIX@ to maintain compatibility
32
 
if WITH_GTK3
 
33
# Install a link from gnome-keyring > gnome-keyring-@GKR_MAJOR@ to maintain compatibility
33
34
install-exec-hook:
34
 
        @test -e "$(DESTDIR)$(bindir)/gnome-keyring" || (cd $(DESTDIR)$(bindir) && $(LN_S) gnome-keyring@GCR_VERSION_SUFFIX@ gnome-keyring)
35
 
endif
 
35
        @test -e "$(DESTDIR)$(bindir)/gnome-keyring" || (cd $(DESTDIR)$(bindir) && $(LN_S) gnome-keyring-@GKR_MAJOR@ gnome-keyring)