final automake-related fixes
authorJosh Coalson <jcoalson@users.sourceforce.net>
Sun, 16 Sep 2007 20:58:48 +0000 (20:58 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Sun, 16 Sep 2007 20:58:48 +0000 (20:58 +0000)
Makefile.am
doc/html/Makefile.am
examples/c/decode/file/Makefile.am
examples/c/encode/file/Makefile.am
examples/cpp/decode/file/Makefile.am
examples/cpp/encode/file/Makefile.am

index fe9ca84..5627bb5 100644 (file)
@@ -30,7 +30,7 @@
 
 AUTOMAKE_OPTIONS = foreign 1.7
 
-SUBDIRS = doc include m4 man src test build obj
+SUBDIRS = doc include m4 man src examples test build obj
 
 DISTCLEANFILES = libtool-disable-static
 
index 58e4ecc..2879c31 100644 (file)
@@ -24,9 +24,29 @@ docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/html
 doc_DATA = \
        changelog.html \
        comparison.html \
+       comparison__chopin_prelude_24.html \
+       comparison__dream_theater_600.html \
+       comparison__eddie_warner_titus.html \
+       comparison__fanfare_de_l_eventail_de_jeanne.html \
+       comparison__gloria_estefan_conga.html \
+       comparison__hand_in_my_pocket.html \
+       comparison__l_sub_raga_sivapriya.html \
+       comparison__laetatus_sum.html \
+       comparison__mummified_in_barbed_wire.html \
+       comparison__prokofiev_pcon3_3.html \
+       comparison__ravel_sq4_4.html \
+       comparison__scarlatti_k42.html \
+       comparison__tool_forty_six_and_2.html \
+       comparison__white_room.html \
+       comparison_all_cpudectime.html \
+       comparison_all_cpuenctime.html \
+       comparison_all_procdectime.html \
+       comparison_all_procenctime.html \
+       comparison_all_ratio.html \
        developers.html \
        documentation.html \
        documentation_bugs.html \
+       documentation_example_code.html \
        documentation_format_overview.html \
        documentation_tasks.html \
        documentation_tools.html \
index 908900d..eb18ceb 100644 (file)
@@ -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
index 021d628..be98e85 100644 (file)
@@ -22,6 +22,7 @@ EXTRA_DIST = \
 
 noinst_PROGRAMS = example_c_encode_file
 example_c_encode_file_LDADD = \
+       $(top_builddir)/src/libFLAC/libFLAC.la \
        @OGG_LIBS@ \
        @MINGW_WINSOCK_LIBS@ \
        -lm
index 282b446..a0d3dbf 100644 (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
index ea4f788..4a0a8af 100644 (file)
@@ -22,7 +22,9 @@ EXTRA_DIST = \
 
 noinst_PROGRAMS = example_cpp_encode_file
 example_cpp_encode_file_LDADD = \
+       $(top_builddir)/src/libFLAC++/libFLAC++.la \
+       $(top_builddir)/src/libFLAC/libFLAC.la \
        @OGG_LIBS@ \
        @MINGW_WINSOCK_LIBS@ \
        -lm
-example_cpp_encode_file_SOURCES = main.c
+example_cpp_encode_file_SOURCES = main.cpp