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

« back to all changes in this revision

Viewing changes to engines/simple/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
libsimple_la_CFLAGS =                                                   \
11
11
        -I$(top_srcdir)                                                 \
12
 
        @LIBX11_CFLAGS@                                                 \
13
 
        @LIBXFCEGUI4_CFLAGS@
 
12
        $(LIBX11_CFLAGS)                                                \
 
13
        $(LIBXFCEGUI4_CFLAGS)                                           \
 
14
        $(XFCONF_CFLAGS)
14
15
 
15
16
libsimple_la_LDFLAGS =                                                  \
16
17
        -avoid-version                                                  \
17
18
        -no-undefined                                                   \
18
 
        -module
 
19
        -module                                                         \
 
20
        $(LIBX11_LDFLAGS)
19
21
 
20
22
libsimple_la_LIBADD =                                                   \
21
 
        $(top_builddir)/libxfsm/libxfsm-4.2.la
22
 
 
23
 
if HAVE_OS_CYGWIN
24
 
libsimple_la_LIBADD +=                                                  \
25
 
        @XFCE_MCS_MANAGER_LIBS@
26
 
endif
 
23
        $(top_builddir)/libxfsm/libxfsm-4.6.la                          \
 
24
        $(LIBX11_LIBS)                                                  \
 
25
        $(LIBXFCEGUI4_LIBS)                                             \
 
26
        $(XFCONF_LIBS)
27
27
 
28
28
libsimple_la_DEPENDENCIES =                                             \
29
 
        $(top_builddir)/libxfsm/libxfsm-4.2.la
 
29
        $(top_builddir)/libxfsm/libxfsm-4.6.la
30
30
        
31
31
EXTRA_DIST =                                                            \
32
32
        fallback.h                                                      \