~cairo-dock-team/ubuntu/quantal/cairo-dock-plug-ins/3.0.2

« back to all changes in this revision

Viewing changes to xfce-integration/src/Makefile.am

Tags: upstream-2.2.0~0beta4
ImportĀ upstreamĀ versionĀ 2.2.0~0beta4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 #dnl Process this file with automake to produce Makefile.in
2
 
 
3
 
lib_LTLIBRARIES = \
4
 
        libcd_xfce-integration.la
5
 
 
6
 
 
7
 
libcd_xfce_integration_la_SOURCES = \
8
 
        applet-init.c\
9
 
        applet-init.h\
10
 
        applet-thunar-vfs.c\
11
 
        applet-thunar-vfs.h\
12
 
        applet-utils.c\
13
 
        applet-utils.h
14
 
 
15
 
 
16
 
dock_version = `pkg-config --modversion cairo-dock`
17
 
 
18
 
libcd_xfce_integration_la_CFLAGS = \
19
 
        -I$(top_srcdir)/src\
20
 
        $(PACKAGE_CFLAGS)\
21
 
        $(XFCE_INTEGRATION_CFLAGS)\
22
 
        -DMY_APPLET_SHARE_DATA_DIR=\""$(xfce_integration)"\"\
23
 
        -DMY_APPLET_README_FILE=\""readme"\"\
24
 
        -DMY_APPLET_PREVIEW_FILE=\"none""\"\
25
 
        -DMY_APPLET_CONF_FILE=\""none"\"\
26
 
        -DMY_APPLET_USER_DATA_DIR=\""xfce-integration"\"\
27
 
        -DMY_APPLET_VERSION=\""$(VERSION_XFCE_INTEGRATION)"\"\
28
 
        -DMY_APPLET_GETTEXT_DOMAIN=\""cd_xfce-integration"\"\
29
 
        -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
30
 
        -DMY_APPLET_ICON_FILE=\""icon.png"\"\
31
 
        -std=c99\
32
 
        -Werror-implicit-function-declaration\
33
 
        -O3
34
 
#       -g -ggdb -W -Wall
35
 
 
36
 
 
37
 
libcd_xfce_integration_la_LIBADD = \
38
 
        $(PACKAGE_LIBS)\
39
 
        $(XFCE_INTEGRATION_LIBS)\
40
 
        -lm
41
 
 
42
 
 
43
 
libcd_xfce_integration_la_LDFLAGS =\
44
 
        -avoid-version -module