~ubuntu-branches/ubuntu/precise/mesa/precise-updates

« back to all changes in this revision

Viewing changes to src/mesa/drivers/x11/Makefile

  • Committer: Package Import Robot
  • Author(s): Robert Hooker
  • Date: 2012-02-02 12:05:48 UTC
  • mfrom: (1.7.1) (3.3.27 sid)
  • Revision ID: package-import@ubuntu.com-20120202120548-nvkma85jq0h4coix
Tags: 8.0~rc2-0ubuntu4
Drop drisearchdir handling, it is no longer needed with multiarch
and dri-alternates being removed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
        glxheader.h \
21
21
        xfonts.h \
22
22
        xmesaP.h \
23
 
        xm_glide.h \
24
23
        xm_image.h
25
24
 
26
25
SOURCES = \
30
29
        xm_api.c \
31
30
        xm_buffer.c \
32
31
        xm_dd.c \
33
 
        xm_glide.c \
34
 
        xm_image.c \
35
32
        xm_line.c \
36
 
        xm_span.c \
37
33
        xm_tri.c
38
34
 
39
35
OBJECTS = $(SOURCES:.c=.o)