diff options
author | Alexey Yakovenko <waker@users.sourceforge.net> | 2014-02-09 19:58:49 +0100 |
---|---|---|
committer | Alexey Yakovenko <waker@users.sourceforge.net> | 2014-02-09 19:58:49 +0100 |
commit | 60b4548980c6f8d3b51d72a986e37cabf4faa7ba (patch) | |
tree | b9089aebd6b33fa889fc2d5070d25fb873b5ea4a /plugins/flac | |
parent | 4f667ab091cea7059a8344b03ab5f06775ecc981 (diff) |
fixed more include paths issues
Diffstat (limited to 'plugins/flac')
-rw-r--r-- | plugins/flac/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/flac/Makefile.am b/plugins/flac/Makefile.am index 51efb662..49eecb7f 100644 --- a/plugins/flac/Makefile.am +++ b/plugins/flac/Makefile.am @@ -5,5 +5,5 @@ flac_la_SOURCES = flac.c flac_la_LDFLAGS = -module -avoid-version flac_la_LIBADD = $(LDADD) $(FLAC_LIBS) -AM_CFLAGS = $(CFLAGS) -std=c99 +AM_CFLAGS = $(CFLAGS) $(FLAC_CFLAGS) -std=c99 endif |