diff options
author | Brad Midgley <bmidgley@xmission.com> | 2008-03-08 05:22:43 +0000 |
---|---|---|
committer | Brad Midgley <bmidgley@xmission.com> | 2008-03-08 05:22:43 +0000 |
commit | 114762c0ab927bfd19872856d7dba6a375c759ce (patch) | |
tree | 97e092edb766cd30c91b2885d46261d494131d30 /sbc | |
parent | 9e446dba514577bd52f93f492903f0e4eb9941c7 (diff) |
rollback an unintended commit on Makefile.am
Diffstat (limited to 'sbc')
-rw-r--r-- | sbc/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbc/Makefile.am b/sbc/Makefile.am index afc197a0..9079305a 100644 --- a/sbc/Makefile.am +++ b/sbc/Makefile.am @@ -1,3 +1,4 @@ + if SNDFILE sndfile_programs = sbctester else @@ -22,6 +23,6 @@ sbctester_LDADD = @SNDFILE_LIBS@ endif endif -AM_CFLAGS = @SNDFILE_CFLAGS@ -O3 +AM_CFLAGS = @SNDFILE_CFLAGS@ MAINTAINERCLEANFILES = Makefile.in |