mirror of
https://github.com/love2d/megasource.git
synced 2026-08-19 20:20:11 +02:00
Add DevIL 1.7.8.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
all_include = $(srcdir)/../include
|
||||
AM_CPPFLAGS = -I $(all_include)
|
||||
|
||||
check_PROGRAMS = testil
|
||||
check_SCRIPTS = format_test/format_checks.sh
|
||||
|
||||
testil_SOURCES = format_test/testil.c
|
||||
testil_LDADD =
|
||||
if BUILD_ILU
|
||||
testil_LDADD += ../lib/libILU.la
|
||||
else
|
||||
testil_LDADD += ../lib/libIL.la
|
||||
endif
|
||||
|
||||
TESTS_ENVIRONMENT = /bin/bash
|
||||
TESTS = $(check_SCRIPTS)
|
||||
Reference in New Issue
Block a user