mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-04 21:10:31 +01:00
added convolve.c to file list
This commit is contained in:
parent
a6d46f6b99
commit
3f8a70e5dd
3 changed files with 9 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# $Id: Makefile.X11,v 1.20 2000/07/14 14:55:04 brianp Exp $
|
||||
# $Id: Makefile.X11,v 1.21 2000/08/21 14:25:25 brianp Exp $
|
||||
|
||||
# Mesa 3-D graphics library
|
||||
# Version: 3.3
|
||||
# Version: 3.5
|
||||
# Copyright (C) 1995-2000 Brian Paul
|
||||
|
||||
# Makefile for core library
|
||||
|
|
@ -33,6 +33,7 @@ CORE_SOURCES = \
|
|||
colortab.c \
|
||||
config.c \
|
||||
context.c \
|
||||
convolve.c \
|
||||
copypix.c \
|
||||
cva.c \
|
||||
debug_xform.c \
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $Id: Makefile.DJ,v 1.7 2000/04/07 16:28:37 brianp Exp $
|
||||
# $Id: Makefile.DJ,v 1.8 2000/08/21 14:25:25 brianp Exp $
|
||||
|
||||
# Mesa 3-D graphics library
|
||||
# Version: 3.3
|
||||
# Version: 3.5
|
||||
# Copyright (C) 1995-1998 Brian Paul
|
||||
#
|
||||
# This library is free software; you can redistribute it and/or
|
||||
|
|
@ -51,6 +51,7 @@ CORE_SOURCES = \
|
|||
colortab.c \
|
||||
config.c \
|
||||
context.c \
|
||||
convolve.c \
|
||||
copypix.c \
|
||||
cva.c \
|
||||
debug_xform.c \
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $Id: Makefile.X11,v 1.20 2000/07/14 14:55:04 brianp Exp $
|
||||
# $Id: Makefile.X11,v 1.21 2000/08/21 14:25:25 brianp Exp $
|
||||
|
||||
# Mesa 3-D graphics library
|
||||
# Version: 3.3
|
||||
# Version: 3.5
|
||||
# Copyright (C) 1995-2000 Brian Paul
|
||||
|
||||
# Makefile for core library
|
||||
|
|
@ -33,6 +33,7 @@ CORE_SOURCES = \
|
|||
colortab.c \
|
||||
config.c \
|
||||
context.c \
|
||||
convolve.c \
|
||||
copypix.c \
|
||||
cva.c \
|
||||
debug_xform.c \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue