Displaying 1 result from an estimated 1 matches for "7926e48".
Did you mean:
1926248
2013 Apr 06
0
[PATCH 2/2] Only link against libogg (and libm) if needed
...1 -
src/test_grabbag/cuesheet/Makefile.am | 4 +---
src/test_grabbag/picture/Makefile.am | 4 +---
src/test_seeking/Makefile.am | 4 +---
7 files changed, 5 insertions(+), 17 deletions(-)
diff --git a/examples/c/decode/file/Makefile.am b/examples/c/decode/file/Makefile.am
index 7926e48..d3b2b0e 100644
--- a/examples/c/decode/file/Makefile.am
+++ b/examples/c/decode/file/Makefile.am
@@ -22,8 +22,6 @@ EXTRA_DIST = \
AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
noinst_PROGRAMS = example_c_decode_file
example_c_decode_file_LDADD = \
- $(top_builddir)...