~ubuntu-branches/ubuntu/feisty/xfce-mcs-plugins/feisty

« back to all changes in this revision

Viewing changes to plugins/mouse_plugin/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2006-11-09 14:38:21 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20061109143821-afj4d44kjteo8olx
Tags: 4.3.99.2-0ubuntu1
New upstream release (4.4RC2)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: Makefile.am 21631 2006-05-11 21:24:25Z benny $
 
1
# $Id: Makefile.am 23059 2006-09-02 21:58:29Z olivier $
2
2
 
3
3
INCLUDES =                                                              \
4
4
        -I$(top_srcdir)                                                 \
20
20
        $(LIBX11_CFLAGS)                                                \
21
21
        $(LIBXFCEGUI4_CFLAGS)                                           \
22
22
        $(XFCE_MCS_MANAGER_CFLAGS)                                      \
 
23
        $(XKB_CFLAGS)                                                   \
23
24
        $(PLATFORM_CFLAGS)
24
25
 
25
26
mouse_plugin_la_LDFLAGS =                                               \
31
32
 
32
33
mouse_plugin_la_LIBADD =                                                \
33
34
        $(LIBX11_LIBS)                                                  \
34
 
        $(XCURSOR_LIBS)
 
35
        $(XCURSOR_LIBS)                                                 \
 
36
        $(XKB_LIBS)
35
37
 
36
38
if HAVE_CYGWIN
37
39
mouse_plugin_la_LDFLAGS +=                                              \