Commit 0312a8cf authored by Ulrich Sibiller's avatar Ulrich Sibiller

Rename libdamage to (correct) libdamageext

upstream xorg is also using that name
parent f0ba303d
...@@ -115,7 +115,7 @@ INSTPGMFLAGS = ...@@ -115,7 +115,7 @@ INSTPGMFLAGS =
#endif #endif
#if BuildDamage #if BuildDamage
DAMAGEDIR = damageext DAMAGEDIR = damageext
DAMAGELIB = $(DAMAGEDIR)/libdamage.a DAMAGELIB = $(DAMAGEDIR)/libdamageext.a
#endif #endif
#if BuildComposite #if BuildComposite
CWDIR = miext/cw CWDIR = miext/cw
......
...@@ -20,9 +20,9 @@ ...@@ -20,9 +20,9 @@
$(NX_DEFINES) \ $(NX_DEFINES) \
$(NULL) $(NULL)
NormalLibraryTarget(damage,$(OBJS)) NormalLibraryTarget(damageext,$(OBJS))
NormalLibraryObjectRule() NormalLibraryObjectRule()
LintLibraryTarget(damage,$(SRCS)) LintLibraryTarget(damageext,$(SRCS))
NormalLintTarget($(SRCS)) NormalLintTarget($(SRCS))
DependTarget() DependTarget()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment