~ubuntu-branches/ubuntu/quantal/gnome-documents/quantal

« back to all changes in this revision

Viewing changes to src/Makefile-lib.am

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-08-22 10:01:18 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20120822100118-3837rqfy72e1op72
Tags: 3.5.90-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
gdprivate_source_h = \
10
10
    lib/gd-utils.h \
11
11
    lib/gd-fullscreen-filter.h \
12
 
    lib/gd-main-toolbar.h \
13
 
    lib/gd-main-view-generic.h \
14
 
    lib/gd-main-icon-view.h \
15
 
    lib/gd-main-list-view.h \
16
 
    lib/gd-main-view.h \
17
 
    lib/gd-margin-container.h \
18
12
    lib/gd-metadata.h \
19
 
    lib/gd-notification.h \
20
13
    lib/gd-pdf-loader.h \
21
14
    lib/gd-sidebar-thumbnails.h \
22
15
    lib/gd-styled-text-renderer.h \
23
 
    lib/gd-tagged-entry.h \
24
16
    lib/gd-thumb-nav.h \
25
 
    lib/gd-toggle-pixbuf-renderer.h \
26
 
    lib/gd-two-lines-renderer.h \
27
17
    $(NULL)
28
18
 
29
19
gdprivate_source_c = \
30
20
    lib/gd-utils.c \
31
21
    lib/gd-fullscreen-filter.c \
32
 
    lib/gd-main-toolbar.c \
33
 
    lib/gd-main-view-generic.c \
34
 
    lib/gd-main-icon-view.c \
35
 
    lib/gd-main-list-view.c \
36
 
    lib/gd-main-view.c \
37
 
    lib/gd-margin-container.c \
38
22
    lib/gd-metadata.c \
39
 
    lib/gd-notification.c \
40
23
    lib/gd-pdf-loader.c \
41
24
    lib/gd-sidebar-thumbnails.c \
42
25
    lib/gd-styled-text-renderer.c \
43
 
    lib/gd-tagged-entry.c \
44
26
    lib/gd-thumb-nav.c \
45
 
    lib/gd-toggle-pixbuf-renderer.c \
46
 
    lib/gd-two-lines-renderer.c \
47
27
    $(NULL)
48
28
 
49
29
pkglib_LTLIBRARIES += libgdprivate-1.0.la
62
42
    $(gdprivate_source_h) \
63
43
    $(gdprivate_source_c)
64
44
 
65
 
INTROSPECTION_GIRS += Gd-1.0.gir
 
45
INTROSPECTION_GIRS += GdPrivate-1.0.gir
66
46
 
67
 
Gd-1.0.gir: libgdprivate-1.0.la Makefile
68
 
Gd_1_0_gir_NAMESPACE = Gd
69
 
Gd_1_0_gir_VERSION = 1.0
70
 
Gd_1_0_gir_LIBS = libgdprivate-1.0.la
71
 
Gd_1_0_gir_CFLAGS = $(AM_CPPFLAGS) $(gdprivate_cflags)
72
 
Gd_1_0_gir_SCANNERFLAGS = --warn-all --symbol-prefix=gd --identifier-prefix=Gd
73
 
Gd_1_0_gir_INCLUDES = \
 
47
GdPrivate-1.0.gir: libgdprivate-1.0.la Makefile
 
48
GdPrivate_1_0_gir_NAMESPACE = GdPrivate
 
49
GdPrivate_1_0_gir_VERSION = 1.0
 
50
GdPrivate_1_0_gir_LIBS = libgdprivate-1.0.la
 
51
GdPrivate_1_0_gir_CFLAGS = $(AM_CPPFLAGS) $(gdprivate_cflags)
 
52
GdPrivate_1_0_gir_SCANNERFLAGS = --warn-all --symbol-prefix=gd --identifier-prefix=Gd
 
53
GdPrivate_1_0_gir_INCLUDES = \
74
54
   GData-0.0 \
75
55
   Goa-1.0 \
76
56
   Gtk-3.0 \
78
58
   EvinceView-3.0 \
79
59
   Zpj-0.0
80
60
 
81
 
Gd_1_0_gir_FILES = \
 
61
GdPrivate_1_0_gir_FILES = \
82
62
    $(addprefix $(srcdir)/,$(gdprivate_source_h)) \
83
63
    $(addprefix $(srcdir)/,$(gdprivate_source_c))