~ubuntu-branches/ubuntu/oneiric/gnome-panel/oneiric

« back to all changes in this revision

Viewing changes to gnome-panel/libegg/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-01-14 22:20:05 UTC
  • mto: (2.1.6 squeeze) (1.3.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 171.
  • Revision ID: james.westby@ubuntu.com-20100114222005-rll7tw9fojl3ac6z
Tags: upstream-2.29.5.1
ImportĀ upstreamĀ versionĀ 2.29.5.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
platform_defines = -DEGG_SM_CLIENT_BACKEND_XSMP
 
2
platform_sources = eggsmclient-xsmp.c
 
3
 
 
4
INCLUDES =                               \
 
5
        -DG_LOG_DOMAIN=\""EggSMClient"\" \
 
6
        $(platform_defines)              \
 
7
        $(EGG_SMCLIENT_CFLAGS)           \
 
8
        $(WARN_CFLAGS)                   \
 
9
        $(DISABLE_DEPRECATED_CFLAGS)
 
10
 
 
11
noinst_LTLIBRARIES = libegg.la
 
12
 
 
13
libegg_la_LIBADD =                      \
 
14
        $(EGG_SMCLIENT_LIBS)
 
15
 
 
16
libegg_la_SOURCES =                     \
 
17
        eggdesktopfile.c                \
 
18
        eggdesktopfile.h                \
 
19
        eggsmclient.c                   \
 
20
        eggsmclient.h                   \
 
21
        eggsmclient-private.h           \
 
22
        $(platform_sources)
 
23
 
 
24
-include $(top_srcdir)/git.mk