~ubuntu-branches/ubuntu/saucy/cairo-dock-plug-ins/saucy

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-08-26 21:07:39 UTC
  • Revision ID: james.westby@ubuntu.com-20090826210739-gyjuuqezrzuluao4
Tags: upstream-2.0.8.1
ImportĀ upstreamĀ versionĀ 2.0.8.1

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-gnome-integration.la
 
5
 
 
6
 
 
7
libcd_gnome_integration_la_SOURCES = \
 
8
        applet-init.c\
 
9
        applet-init.h\
 
10
        applet-gvfs.c\
 
11
        applet-gvfs.h\
 
12
        applet-utils.c\
 
13
        applet-utils.h
 
14
 
 
15
 
 
16
dock_version = `pkg-config --modversion cairo-dock`
 
17
 
 
18
libcd_gnome_integration_la_CFLAGS = \
 
19
        -I$(top_srcdir)/src\
 
20
        $(PACKAGE_CFLAGS)\
 
21
        $(GNOME_INTEGRATION_CFLAGS)\
 
22
        -DMY_APPLET_SHARE_DATA_DIR=\""$(gnome_integrationdatadir)"\"\
 
23
        -DMY_APPLET_README_FILE=\""readme"\"\
 
24
        -DMY_APPLET_PREVIEW_FILE=\"none""\"\
 
25
        -DMY_APPLET_CONF_FILE=\""none"\"\
 
26
        -DMY_APPLET_USER_DATA_DIR=\""gnome-integration"\"\
 
27
        -DMY_APPLET_VERSION=\""$(VERSION_GNOME_INTEGRATION)"\"\
 
28
        -DMY_APPLET_GETTEXT_DOMAIN=\""cd-gnome-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_gnome_integration_la_LIBADD = \
 
38
        $(PACKAGE_LIBS)\
 
39
        $(GNOME_INTEGRATION_LIBS)\
 
40
        -lm
 
41
 
 
42
 
 
43
libcd_gnome_integration_la_LDFLAGS =\
 
44
        -avoid-version -module