~ubuntu-branches/ubuntu/lucid/tomboy/lucid-proposed

« back to all changes in this revision

Viewing changes to libtomboy/Makefile.am

Tags: upstream-0.3.1
ImportĀ upstreamĀ versionĀ 0.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
INCLUDES =                              \
 
3
        -I$(top_srcdir)                 \
 
4
        -DG_LOG_DOMAIN=\"libtomboy\"    \
 
5
        -DEGG_COMPILATION               \
 
6
        -DGTK_DISABLE_DEPRECATED        \
 
7
        -DGDK_DISABLE_DEPRECATED        \
 
8
        -DG_DISABLE_DEPRECATED          \
 
9
        $(LIBTOMBOY_CFLAGS)
 
10
 
 
11
tomboylibdir = $(pkglibdir)
 
12
tomboylib_LTLIBRARIES = libtomboy.la
 
13
 
 
14
libtomboy_la_SOURCES =          \
 
15
        tomboykeybinder.h       \
 
16
        tomboykeybinder.c       \
 
17
        eggaccelerators.h       \
 
18
        eggaccelerators.c       \
 
19
        eggtrayicon.h           \
 
20
        eggtrayicon.c
 
21
 
 
22
libtomboy_la_LDFLAGS = -export-dynamic -module -avoid-version
 
23
libtomboy_la_LIBADD = $(LIBTOMBOY_LIBS)
 
24
 
 
25
maintainer-clean-local:
 
26
        rm -f Makefile.in