~carifio/seahorse/seahorse-remove-broken-help-buttons

« back to all changes in this revision

Viewing changes to gkr/Makefile.am

ImportĀ upstreamĀ versionĀ 2.28.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
gladedir = $(datadir)/seahorse/glade/
 
2
uidir = $(datadir)/seahorse/ui/
3
3
localedir = $(datadir)/locale
4
4
seahorselibexecbindir = $(libdir)/seahorse/
5
5
 
9
9
        -I$(top_srcdir)/libseahorse \
10
10
        $(SEAHORSE_CFLAGS) \
11
11
        -DDATA_DIR=\""$(datadir)"\" \
12
 
        -DSEAHORSE_GLADEDIR=\""$(gladedir)"\" \
 
12
        -DSEAHORSE_UIDIR=\""$(uidir)"\" \
13
13
        -DLOCALEDIR=\"$(localedir)\" \
14
14
        -DEXECDIR=\""$(seahorselibexecbindir)"\" \
15
15
        -DLIBCRYPTUI_API_SUBJECT_TO_CHANGE \
19
19
 
20
20
libseahorse_gkr_la_SOURCES = \
21
21
        seahorse-gkr.c seahorse-gkr.h \
 
22
        seahorse-gkr-add-item.c \
22
23
        seahorse-gkr-add-keyring.c \
23
 
        seahorse-gkr-dialogs.h \
 
24
        seahorse-gkr-dialogs.h seahorse-gkr-dialogs.c \
24
25
        seahorse-gkr-item.c seahorse-gkr-item.h \
25
26
        seahorse-gkr-item-commands.c seahorse-gkr-item-commands.h \
26
27
        seahorse-gkr-item-properties.c \
36
37
        $(top_builddir)/common/libseahorse-common.la \
37
38
        $(top_builddir)/libcryptui/libcryptui.la
38
39
 
39
 
glade_DATA = \
40
 
        seahorse-add-keyring.glade \
41
 
        seahorse-gkr-item-properties.glade \
42
 
        seahorse-gkr-keyring.glade
 
40
ui_DATA = \
 
41
        seahorse-add-keyring.xml \
 
42
        seahorse-gkr-add-item.xml \
 
43
        seahorse-gkr-item-properties.xml \
 
44
        seahorse-gkr-keyring.xml
43
45
 
44
46
EXTRA_DIST = \
45
 
        $(glade_DATA)
 
47
        $(ui_DATA)
46
48