[Intel-gfx] [PATCH 12/13] intel: Turn on normal warnings for intel_decode.c build.

Eric Anholt eric at anholt.net
Wed Dec 21 19:09:42 CET 2011


---
 intel/Makefile.am |   13 ++-----------
 1 files changed, 2 insertions(+), 11 deletions(-)

diff --git a/intel/Makefile.am b/intel/Makefile.am
index 1af0187..801210f 100644
--- a/intel/Makefile.am
+++ b/intel/Makefile.am
@@ -36,23 +36,14 @@ libdrm_intel_la_LDFLAGS = -version-number 1:0:0 -no-undefined
 libdrm_intel_la_LIBADD = ../libdrm.la \
 	@PTHREADSTUBS_LIBS@ \
 	@PCIACCESS_LIBS@ \
-	@CLOCK_LIB@ \
-	libintel_decode.la
-
-
-noinst_LTLIBRARIES = libintel_decode.la
-
-libintel_decode_la_SOURCES = intel_decode.c
-libintel_decode_la_CFLAGS = \
-	-I$(top_srcdir) \
-	-I$(top_srcdir)/intel \
-	-std=c99
+	@CLOCK_LIB@
 
 libdrm_intel_la_SOURCES = \
 	intel_bufmgr.c \
 	intel_bufmgr_priv.h \
 	intel_bufmgr_fake.c \
 	intel_bufmgr_gem.c \
+	intel_decode.c \
 	intel_chipset.h \
 	mm.c \
 	mm.h
-- 
1.7.7.3




More information about the Intel-gfx mailing list