summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2011-05-25 11:47:19 -0700
committerEric Anholt <eric@anholt.net>2011-05-25 11:49:58 -0700
commit086183cea2b7c8e226062b328de3228e568fbf90 (patch)
tree2af60cd005e8434c980c99d5dcc506311e2a134b
parent74a42385845dfa25a883e07bf45b4d45fa88bf0c (diff)
perf: Drop duplicated prog_LDADD lines in favor of LDADD.
-rw-r--r--src/perf/Makefile.am12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/perf/Makefile.am b/src/perf/Makefile.am
index 5b00c11e..5363c58c 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