Module: Demos Branch: master Commit: 086183cea2b7c8e226062b328de3228e568fbf90 URL: http://cgit.freedesktop.org/mesa/demos/commit/?id=086183cea2b7c8e226062b328de3228e568fbf90
Author: Eric Anholt <[email protected]> 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
