Demos (master): perf: Drop duplicated prog_LDADD lines in favor of LDADD.

Eric Anholt anholt at kemper.freedesktop.org
Wed May 25 18:50:35 UTC 2011


Module: Demos
Branch: master
Commit: 086183cea2b7c8e226062b328de3228e568fbf90
URL:    http://cgit.freedesktop.org/mesa/demos/commit/?id=086183cea2b7c8e226062b328de3228e568fbf90

Author: Eric Anholt <eric at anholt.net>
Date:   Wed May 25 11:47:19 2011 -0700

perf: Drop duplicated prog_LDADD lines in favor of LDADD.

---

 src/perf/Makefile.am |   12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/src/perf/Makefile.am b/src/perf/Makefile.am
index 5b00c11..5363c58 100644
--- a/src/perf/Makefile.am
+++ b/src/perf/Makefile.am
@@ -40,6 +40,8 @@ AM_LDFLAGS = \
 	$(DEMO_LIBS) \
 	$(GLUT_LIBS)
 
+LDADD = libperf.la
+
 bin_PROGRAMS = \
 	copytex \
 	drawoverhead \
@@ -54,14 +56,4 @@ bin_PROGRAMS = \
 	glslstateschange
 endif
 
-copytex_LDADD = libperf.la
-drawoverhead_LDADD = libperf.la
-fbobind_LDADD = libperf.la
-fill_LDADD = libperf.la
-genmipmap_LDADD = libperf.la
-readpixels_LDADD = libperf.la
-swapbuffers_LDADD = libperf.la
-teximage_LDADD = libperf.la
-vbo_LDADD = libperf.la
-vertexrate_LDADD = libperf.la
 glslstateschange_LDADD = libperf.la ../util/libutil.la




More information about the mesa-commit mailing list