Skip to content

Commit

Permalink
Merge pull request #7 from olgeni/fix-example
Browse files Browse the repository at this point in the history
Unbreak build of sample conversion utility.
  • Loading branch information
mikebrady committed Feb 13, 2019
2 parents c9085ac + c86990a commit 5d6d836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convert-utility/Makefile.am
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 5d6d836

Please sign in to comment.