projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
259b65e
)
i915: Fix driver after automakeification.
author
Eric Anholt
<eric@anholt.net>
Wed, 25 Jan 2012 19:23:51 +0000
(11:23 -0800)
committer
Eric Anholt
<eric@anholt.net>
Fri, 27 Jan 2012 00:13:39 +0000
(16:13 -0800)
src/mesa/drivers/dri/i915/Makefile.am
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i915/Makefile.am
b/src/mesa/drivers/dri/i915/Makefile.am
index 6bc7061f1e003d12fea76697e72d942fc36723f9..5c44a9e7dc0673d392c69a9de670d1b423284e63 100644
(file)
--- a/
src/mesa/drivers/dri/i915/Makefile.am
+++ b/
src/mesa/drivers/dri/i915/Makefile.am
@@
-46,9
+46,17
@@
if HAVE_I915_DRI
dri_LTLIBRARIES = i915_dri.la
endif
+# These should be an ltlibrary that's built once. Let's fix that once
+# the other drivers are converted to automake.
+COMMON_FILES = \
+ ../common/utils.c \
+ ../common/dri_util.c \
+ ../common/xmlconfig.c
+
i915_dri_la_SOURCES = \
$(i915_C_FILES) \
- $(i915_CXX_FILES)
+ $(i915_CXX_FILES) \
+ $(COMMON_FILES)
i915_dri_la_LDFLAGS = -module -avoid-version -shared
i915_dri_la_LIBADD = \