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:
Emil Velikov
2013-09-22 20:35:21 +01:00
committed by Tom Stellard
parent 921fdf1429
commit c0024c4548
2 changed files with 4 additions and 2 deletions
@@ -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