~ubuntu-branches/ubuntu/quantal/libgail-gnome/quantal

« back to all changes in this revision

Viewing changes to gail-gnome/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge, Loic Minier, Sebastian Dröge
  • Date: 2007-09-18 08:42:38 UTC
  • mfrom: (1.1.7 upstream) (3.1.8 gutsy)
  • Revision ID: james.westby@ubuntu.com-20070918084238-p3uywo4vopk9mpxs
[ Loic Minier ]
* Fix description of the -dbg package.

[ Sebastian Dröge ]
* New upstream release.
* debian/control.in:
  + Use ${binary:Version} instead of ${Source-Version} to make lintian happy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
moduledir = $(libdir)/gtk-2.0/modules
 
2
module_LTLIBRARIES = libgail-gnome.la
 
3
 
 
4
gailgnome_c_sources =                           \
 
5
        bonobo-control-accessible.c             \
 
6
        bonobo-control-frame-accessible.c       \
 
7
        bonobo_plug_atk_object.c                \
 
8
        bonobo_plug_atk_object_factory.c        \
 
9
        bonobo_socket_atk_object.c              \
 
10
        bonobo_socket_atk_object_factory.c      \
 
11
        panel-applet-atk-object-factory.c       \
 
12
        panel-applet-atk-object.c               \
 
13
        bonobo-accessibility-init.c             
 
14
 
 
15
gailgnome_private_h_sources =                   \
 
16
        bonobo-control-accessible.h             \
 
17
        bonobo-control-frame-accessible.h       \
 
18
        bonobo_plug_atk_object.h                \
 
19
        bonobo_plug_atk_object_factory.h        \
 
20
        bonobo_socket_atk_object.h              \
 
21
        bonobo_socket_atk_object_factory.h      \
 
22
        panel-applet-atk-object.h               \
 
23
        panel-applet-atk-object-factory.h       \
 
24
        gail-gnome-debug.h
 
25
 
 
26
gailgnome_public_h_sources =
 
27
 
 
28
libgail_gnome_la_SOURCES =                      \
 
29
        $(gailgnome_c_sources)          \
 
30
        $(gailgnome_private_h_sources)
 
31
 
 
32
libgail_gnome_la_CPPFLAGS = \
 
33
        -I$(top_srcdir)                 \
 
34
        -DVERSION=\"$(VERSION)\"        \
 
35
        $(AM_CPPFLAGS)
 
36
 
 
37
libgail_gnome_la_CFLAGS = \
 
38
        $(DEPS_CFLAGS)                  \
 
39
        $(GAIL_GNOME_DEBUG_CFLAGS)      \
 
40
        $(WARN_CFLAGS)                  \
 
41
        $(AM_CFLAGS)
 
42
 
 
43
libgail_gnome_la_LDFLAGS = \
 
44
        -no-undefined                                   \
 
45
        -rpath $(moduledir) -module -avoid-version      \
 
46
        $(AM_LDFLAGS)
 
47
 
 
48
libgail_gnome_la_LIBADD = \
 
49
        $(DEPS_LIBS)