~ubuntu-branches/ubuntu/karmic/xfce4-session/karmic

« back to all changes in this revision

Viewing changes to engines/mice/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez
  • Date: 2009-04-19 18:13:45 UTC
  • mfrom: (1.2.1 upstream)
  • mto: (4.2.1 squeeze) (1.1.16 upstream)
  • mto: This revision was merged to the branch mainline in revision 47.
  • Revision ID: james.westby@ubuntu.com-20090419181345-o1rev68obla00xef
ImportĀ upstreamĀ versionĀ 4.6.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
libmice_la_CFLAGS =                                                     \
11
11
        -I$(top_srcdir)                                                 \
12
 
        @LIBXFCEGUI4_CFLAGS@
 
12
        $(LIBXFCEGUI4_CFLAGS)                                           \
 
13
        $(XFCONF_CFLAGS)
13
14
 
14
15
libmice_la_LDFLAGS =                                                    \
15
16
        -avoid-version                                                  \
17
18
        -module
18
19
 
19
20
libmice_la_LIBADD =                                                     \
20
 
        $(top_builddir)/libxfsm/libxfsm-4.2.la
21
 
 
22
 
if HAVE_OS_CYGWIN
23
 
libmice_la_LIBADD +=                                                    \
24
 
        @XFCE_MCS_MANAGER_LIBS@
25
 
endif
 
21
        $(top_builddir)/libxfsm/libxfsm-4.6.la                          \
 
22
        $(LIBXFCEGUI4_LIBS)                                             \
 
23
        $(XFCONF_LIBS)
26
24
 
27
25
libmice_la_DEPENDENCIES =                                               \
28
 
        $(top_builddir)/libxfsm/libxfsm-4.2.la
 
26
        $(top_builddir)/libxfsm/libxfsm-4.6.la
29
27
 
30
28
noinst_PROGRAMS =                                                       \
31
29
        generate
34
32
        generate.c
35
33
 
36
34
generate_CFLAGS =                                                       \
37
 
        @LIBXFCEGUI4_CFLAGS@
 
35
        $(LIBXFCEGUI4_CFLAGS)
38
36
 
39
37
generate_LDADD =                                                        \
40
 
        @LIBXFCEGUI4_LIBS@
 
38
        $(LIBXFCEGUI4_LIBS)
41
39
 
42
40
 
43
41
EXTRA_DIST =                                                            \