~ubuntu-branches/ubuntu/edgy/xorg-server/edgy-updates

« back to all changes in this revision

Viewing changes to fb/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Stone
  • Date: 2005-12-13 07:27:13 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20051213072713-5fc2avvjcsbfxu4h
Tags: upstream-1.0.0
ImportĀ upstreamĀ versionĀ 1.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
noinst_LTLIBRARIES = libfb.la libfbmmx.la
2
2
 
3
 
AM_CFLAGS = $(DIX_CFLAGS)
 
3
INCLUDES = \
 
4
        -I$(top_srcdir)/hw/xfree86/os-support \
 
5
        -I$(top_srcdir)/hw/xfree86/os-support/bus \
 
6
        -I$(top_srcdir)/hw/xfree86/common
 
7
AM_CFLAGS = $(DIX_CFLAGS) @SERVER_DEFINES@ @MODULE_DEFINES@ @LOADER_DEFINES@
4
8
 
5
9
sdk_HEADERS = fb.h fbrop.h fbpseudocolor.h fboverlay.h
6
10