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

« back to all changes in this revision

Viewing changes to hw/xfree86/xf8_32wid/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
if BUILD_XF8_32WID
1
2
module_LTLIBRARIES = libxf8_32wid.la
 
3
endif
2
4
 
3
5
sdk_HEADERS = cfb8_32wid.h
4
6
 
5
7
libxf8_32wid_la_LDFLAGS = -avoid-version
6
8
 
7
9
INCLUDES = $(XORG_INCS) -I$(top_srcdir)/mfb -I$(top_srcdir)/cfb
8
 
AM_CFLAGS = $(XORG_CFLAGS)
 
10
AM_CFLAGS = $(XORG_CFLAGS) @SERVER_DEFINES@ @MODULE_DEFINES@ @LOADER_DEFINES@
9
11
 
10
12
libxf8_32wid_la_SOURCES = \
11
13
        cfb8_32widmodule.c \