Skip to content

Commit

Permalink
Unbreak build of sample conversion utility.
Browse files Browse the repository at this point in the history
  • Loading branch information
olgeni committed Feb 11, 2019
1 parent c9085ac commit c86990a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convert-utility/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

bin_PROGRAMS = alacconvert$(EXEEXT)

alacconvert_CPPFLAGS = -Wno-multichar
alacconvert_CPPFLAGS = -Wno-multichar -I../codec
alacconvert_LDADD = ../codec/libalac.la
alacconvert_SOURCES = \
main.cpp \
Expand Down

0 comments on commit c86990a

Please sign in to comment.