~ubuntu-branches/ubuntu/precise/gnome-do/precise-backports

« back to all changes in this revision

Viewing changes to .pc/01_fix_libX11_linkage.diff/libdo/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Evan Broder
  • Date: 2012-05-11 10:51:46 UTC
  • mfrom: (0.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20120511105146-b9t7b6qoxpl6q9y0
Tags: 0.9-1~precise1
No-change backport to precise (LP: #994424)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INCLUDES = -I$(top_srcdir)
 
2
 
 
3
AM_CFLAGS = -DG_LOG_DOMAIN=\"libdo\"    \
 
4
            -DEGG_COMPILATION           \
 
5
            $(DEBUG_CFLAGS)             \
 
6
            $(LIBDO_CFLAGS)
 
7
 
 
8
 
 
9
dolibdir = $(pkglibdir)
 
10
dolib_LTLIBRARIES = libdo.la
 
11
 
 
12
libdo_la_SOURCES =              \
 
13
        keybinder.h     \
 
14
        keybinder.c     \
 
15
        eggaccelerators.h       \
 
16
        eggaccelerators.c
 
17
 
 
18
libdo_la_LDFLAGS = -export-dynamic -module -avoid-version
 
19
libdo_la_LIBADD = $(LIBDO_LIBS)
 
20
 
 
21
maintainer-clean-local:
 
22
        rm -f Makefile.in