diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2007-09-16 20:58:48 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2007-09-16 20:58:48 +0000 |
commit | 402a9ed7cf1e3eb57a9e2b3efd9ad846907d4b6e (patch) | |
tree | b51742e0a13917f91360d7691cf1a5eb1e12c403 /examples/c/decode | |
parent | 5988dd59a1a06156959031466b4d38e97f96b40a (diff) | |
download | flac-402a9ed7cf1e3eb57a9e2b3efd9ad846907d4b6e.tar.gz |
final automake-related fixes
Diffstat (limited to 'examples/c/decode')
-rw-r--r-- | examples/c/decode/file/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/c/decode/file/Makefile.am b/examples/c/decode/file/Makefile.am index 908900df..eb18ceb5 100644 --- a/examples/c/decode/file/Makefile.am +++ b/examples/c/decode/file/Makefile.am @@ -22,6 +22,7 @@ EXTRA_DIST = \ noinst_PROGRAMS = example_c_decode_file example_c_decode_file_LDADD = \ + $(top_builddir)/src/libFLAC/libFLAC.la \ @OGG_LIBS@ \ @MINGW_WINSOCK_LIBS@ \ -lm |