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

« back to all changes in this revision

Viewing changes to settings/splash/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez
  • Date: 2005-11-06 22:01:12 UTC
  • mto: (4.1.1 lenny) (1.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20051106220112-5rusox237ymjghsp
Tags: upstream-4.2.3
ImportĀ upstreamĀ versionĀ 4.2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
splashdir = $(libdir)/xfce4/mcs-plugins
 
2
 
 
3
splash_LTLIBRARIES =                                                    \
 
4
        splash_settings.la
 
5
 
 
6
splash_settings_la_LDFLAGS =                                            \
 
7
        -avoid-version                                                  \
 
8
        -module                                                         \
 
9
        -no-undefined
 
10
 
 
11
splash_settings_la_SOURCES =                                            \
 
12
        module.c                                                        \
 
13
        module.h                                                        \
 
14
        nopreview.h                                                     \
 
15
        splash.c
 
16
 
 
17
splash_settings_la_CFLAGS =                                             \
 
18
        -I$(top_srcdir)                                                 \
 
19
        @XFCE_MCS_MANAGER_CFLAGS@                                       \
 
20
        -DMODULESDIR=\"$(libdir)/xfce4/splash/engines\"                 \
 
21
        -DPACKAGE_LOCALE_DIR=\"$(localedir)\"
 
22
 
 
23
splash_settings_la_LIBADD =                                             \
 
24
        $(top_builddir)/libxfsm/libxfsm-4.2.la
 
25
 
 
26
if HAVE_OS_CYGWIN
 
27
splash_settings_la_LDFLAGS +=                                           \
 
28
        -export-symbols $(datadir)/xfce4/devel/mcs-manager.def
 
29
 
 
30
splash_settings_la_LIBADD +=                                            \
 
31
        @XFCE_MCS_MANAGER_LIBS@                                         \
 
32
        @LIBX11_LIBS@
 
33
endif
 
34
 
 
35
splash_settings_la_DEPENDENCIES =                                       \
 
36
        $(top_builddir)/libxfsm/libxfsm-4.2.la
 
37
 
 
38
 
 
39
EXTRA_DIST =                                                            \
 
40
        nopreview.h                                                     \
 
41
        nopreview.png                                                   \
 
42
        xfce-splash-settings.desktop
 
43
 
 
44
nopreview.h: $(srcdir)/nopreview.png
 
45
        gdk-pixbuf-csource --struct --name=nopreview                    \
 
46
                $(srcdir)/nopreview.png > nopreview.h
 
47
 
 
48
appsdir = $(datadir)/applications
 
49
apps_DATA = xfce-splash-settings.desktop