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

« back to all changes in this revision

Viewing changes to plugins/keyboard_plugin/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jani Monoses
  • Date: 2006-04-11 17:40:35 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20060411174035-4y90hf4358m65r1k
Tags: 4.3.0svn+r20838-0ubuntu1
Upstream svn snapshot (merge keyboard and shortcut plugins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
keyboard_plugin_LTLIBRARIES = keyboard_plugin.la
4
4
 
5
 
keyboard_plugin_la_SOURCES = keyboard_plugin.c 
 
5
keyboard_plugin_la_SOURCES = keyboard_plugin.c \
 
6
        shortcuts_plugin.c                                              \
 
7
        shortcuts_plugin.h \
 
8
        keys_management.c                                               \
 
9
        keys_management.h
6
10
 
7
11
keyboard_plugin_la_CFLAGS =                                             \
8
12
        -I$(top_srcdir)                                                 \
12
16
        @LIBXFCEGUI4_CFLAGS@                                            \
13
17
        @XFCE_MCS_MANAGER_CFLAGS@                                       \
14
18
        @XKB_CFLAGS@                                                    \
15
 
        -DLOCALEDIR=\""$(localedir)"\"
 
19
        -DLOCALEDIR=\""$(localedir)"\" \
 
20
        -DPACKAGE_DATADIR=\"$(pkgdatadir)\"
16
21
 
17
22
keyboard_plugin_la_LDFLAGS =                                            \
18
23
        -avoid-version                                                  \
25
30
        @XKB_LIBS@
26
31
 
27
32
if HAVE_CYGWIN
 
33
 
28
34
keyboard_plugin_la_LDFLAGS +=                                           \
29
35
        -no-undefined                                                   \
30
36
        -export-symbols $(datadir)/xfce4/devel/mcs-manager.def
31
37
        @XFCE_MCS_MANAGER_LDFLAGS@
 
38
        
32
39
keyboard_plugin_la_LIBADD +=                                            \
33
40
        @XFCE_MCS_MANAGER_LIBS@                                         \
34
41
        @LIBX11_LIBS@
 
42
 
35
43
endif
36
44
 
37
45
desktopdir = $(datadir)/applications
39
47
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
40
48
@INTLTOOL_DESKTOP_RULE@
41
49
 
 
50
 
 
51
defaultsdir = $(pkgdatadir)/shortcuts
 
52
defaults_DATA = default.xml
 
53
 
 
54
 
42
55
EXTRA_DIST =                                                            \
43
 
        $(desktop_in_files)
 
56
        $(desktop_in_files) \
 
57
        $(defaults_DATA)
44
58
 
45
59
DISTCLEANFILES =                                                        \
46
60
        $(desktop_DATA)