X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=359a70199c127e16aad608d3517ae006e855186e;hb=4ba8efed8797016a85e57bc3cc7975bb31d65db5;hp=506178d09c86153f874b4835c416b6692d31c9c6;hpb=d6183a95e78a71c9255a6a596eaed5a083af4185;p=platform%2Fupstream%2Flibvorbis.git diff --git a/Makefile.am b/Makefile.am index 506178d..359a701 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,14 @@ ## Process this file with automake to produce Makefile.in -AUTOMAKE_OPTIONS = foreign dist-zip +AUTOMAKE_OPTIONS = foreign 1.11 dist-zip dist-xz -SUBDIRS = lib include doc examples vq +ACLOCAL_AMFLAGS = -I m4 + +SUBDIRS = m4 include vq lib test doc + +if BUILD_EXAMPLES +SUBDIRS += examples +endif m4datadir = $(datadir)/aclocal m4data_DATA = vorbis.m4 @@ -11,15 +17,16 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = vorbis.pc vorbisenc.pc vorbisfile.pc EXTRA_DIST = \ - todo.txt autogen.sh \ + CHANGES COPYING \ + autogen.sh \ libvorbis.spec libvorbis.spec.in \ vorbis.m4 \ vorbis.pc.in vorbisenc.pc.in vorbisfile.pc.in \ vorbis-uninstalled.pc.in \ vorbisenc-uninstalled.pc.in \ vorbisfile-uninstalled.pc.in \ - macos macosx win32 - + symbian macosx win32 \ + CMakeLists.txt cmake/FindOgg.cmake cmake/VorbisConfig.cmake.in DISTCHECK_CONFIGURE_FLAGS = --enable-docs