File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ AM_MAINTAINER_MODE
16
16
17
17
dnl Add parameters for aclocal
18
18
AC_SUBST ( ACLOCAL_AMFLAGS , "-I m4" )
19
+ AC_CONFIG_MACRO_DIRS([ m4] )
19
20
20
21
dnl Library versioning
21
22
dnl - library source changed -> increment REVISION
Original file line number Diff line number Diff line change 2
2
3
3
AUTOMAKE_OPTIONS = foreign
4
4
5
- INCLUDES = -I$(top_srcdir ) /include @OGG_CFLAGS@
6
-
7
5
noinst_PROGRAMS = decoder_example encoder_example chaining_example\
8
6
vorbisfile_example seeking_example
9
7
10
8
EXTRA_DIST = frameview.pl
11
9
10
+ AM_CPPFLAGS = -I$(top_srcdir ) /include @OGG_CFLAGS@
11
+
12
12
# uncomment to build static executables from the example code
13
13
# LDFLAGS = -all-static
14
14
Original file line number Diff line number Diff line change 2
2
3
3
SUBDIRS = modes books
4
4
5
- INCLUDES = -I$(top_srcdir ) /include @OGG_CFLAGS@
5
+ AM_CPPFLAGS = -I$(top_srcdir ) /include @OGG_CFLAGS@
6
6
7
7
lib_LTLIBRARIES = libvorbis.la libvorbisfile.la libvorbisenc.la
8
8
Original file line number Diff line number Diff line change 2
2
3
3
AUTOMAKE_OPTIONS = foreign
4
4
5
- INCLUDES = -I$(top_srcdir ) /include @OGG_CFLAGS@
6
-
7
5
check_PROGRAMS = test
8
6
9
7
check : $(check_PROGRAMS )
10
8
./test$(EXEEXT )
11
9
10
+ AM_CPPFLAGS = -I$(top_srcdir ) /include @OGG_CFLAGS@
11
+
12
12
test_SOURCES = util.c util.h write_read.c write_read.h test.c
13
13
test_LDADD = ../lib/libvorbisenc.la ../lib/libvorbis.la @OGG_LIBS@ @VORBIS_LIBS@
14
14
Original file line number Diff line number Diff line change 1
1
# # Process this file with automake to produce Makefile.in
2
2
3
- INCLUDES = -I../lib -I$(top_srcdir ) /include @OGG_CFLAGS@
4
-
5
3
EXTRA_PROGRAMS = latticebuild latticetune huffbuild distribution
6
4
CLEANFILES = $(EXTRA_PROGRAMS )
7
5
6
+ AM_CPPFLAGS = -I../lib -I$(top_srcdir ) /include @OGG_CFLAGS@
8
7
AM_LDFLAGS = -static
9
8
LDADD = ../lib/libvorbis.la
10
9
You can’t perform that action at this time.
0 commit comments