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 =
#endif
#if BuildDamage
DAMAGEDIR = damageext
DAMAGELIB = $(DAMAGEDIR)/libdamage.a
DAMAGELIB = $(DAMAGEDIR)/libdamageext.a
#endif
#if BuildComposite
CWDIR = miext/cw
......
......@@ -20,9 +20,9 @@
$(NX_DEFINES) \
$(NULL)
NormalLibraryTarget(damage,$(OBJS))
NormalLibraryTarget(damageext,$(OBJS))
NormalLibraryObjectRule()
LintLibraryTarget(damage,$(SRCS))
LintLibraryTarget(damageext,$(SRCS))
NormalLintTarget($(SRCS))
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