st/osmesa: consolidate C sources list into Makefile.sources
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
This commit is contained in:
committed by
Tom Stellard
parent
921fdf1429
commit
c0024c4548
@@ -19,6 +19,7 @@
|
||||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
# DEALINGS IN THE SOFTWARE.
|
||||
|
||||
include Makefile.sources
|
||||
include $(top_srcdir)/src/gallium/Automake.inc
|
||||
|
||||
AM_CFLAGS = $(GALLIUM_CFLAGS)
|
||||
@@ -37,5 +38,4 @@ AM_CPPFLAGS = \
|
||||
|
||||
noinst_LTLIBRARIES = libosmesa.la
|
||||
|
||||
libosmesa_la_SOURCES = \
|
||||
osmesa.c
|
||||
libosmesa_la_SOURCES = $(C_SOURCES)
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
C_SOURCES := \
|
||||
osmesa.c
|
||||
Reference in New Issue
Block a user