if relay is for an mp3 stream, then get inline metadata by default if
[xiph/unicode.git] / ogg / Makefile.am
blob577c8ca45ac64d99ce9aadd02daa603515a4cf5a
1 ## Process this file with automake to produce Makefile.in
3 AUTOMAKE_OPTIONS = foreign 1.6 dist-zip
5 SUBDIRS = src include doc win32 debian
7 m4datadir = $(datadir)/aclocal
8 m4data_DATA = ogg.m4
10 pkgconfigdir = $(libdir)/pkgconfig
11 pkgconfig_DATA = ogg.pc
13 EXTRA_DIST = README AUTHORS CHANGES COPYING libogg.spec ogg.m4 ogg.pc.in \
14         macos macosx
16 dist-hook:
17         rm -rf `find $(distdir)/macos -name CVS`
18         rm -rf `find $(distdir)/macosx -name CVS`
20 debug:
21         $(MAKE) all CFLAGS="@DEBUG@"
23 profile:
24         $(MAKE) all CFLAGS="@PROFILE@"