final automake-related fixes

This commit is contained in:
Josh Coalson
2007-09-16 20:58:48 +00:00
parent 5988dd59a1
commit 402a9ed7cf
6 changed files with 29 additions and 3 deletions

View File

@@ -22,7 +22,9 @@ EXTRA_DIST = \
noinst_PROGRAMS = example_cpp_decode_file
example_cpp_decode_file_LDADD = \
$(top_builddir)/src/libFLAC++/libFLAC++.la \
$(top_builddir)/src/libFLAC/libFLAC.la \
@OGG_LIBS@ \
@MINGW_WINSOCK_LIBS@ \
-lm
example_cpp_decode_file_SOURCES = main.c
example_cpp_decode_file_SOURCES = main.cpp