~ubuntu-branches/ubuntu/maverick/xserver-xorg-video-geode/maverick

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Martin-Éric Racine
  • Date: 2010-04-18 20:25:30 UTC
  • mfrom: (1.2.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20100418202530-ks6cje7wipolgzaq
Tags: 2.11.8-4
Added generation of Depends:xserver-xorg-core-dbg for -dbg target.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
# -avoid-version prevents gratuitous .0.0.0 version numbers on the end
24
24
# _ladir passes a dummy rpath to libtool so the thing will actually link
25
25
# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc.
26
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) \
27
 
  -I$(top_srcdir)/src/cim -I$(top_srcdir)/src/gfx \
28
 
  -I$(top_srcdir)/src/panel -I$(top_srcdir)/linux_v26
 
26
 
 
27
AM_CPPFLAGS =                   \
 
28
        -I$(top_srcdir)/src/cim \
 
29
        -I$(top_srcdir)/src/gfx \
 
30
        -I$(top_srcdir)/src/panel \
 
31
        -I$(top_srcdir)/linux_v26
29
32
 
30
33
# -DPNL_SUP is now provided by AMD_CFLAGS
31
34
#