diff options
author | Alexey Yakovenko <waker@users.sourceforge.net> | 2014-02-09 20:53:09 +0100 |
---|---|---|
committer | Alexey Yakovenko <waker@users.sourceforge.net> | 2014-02-09 20:53:09 +0100 |
commit | 05b1a9c505cf217cd54ab3724e80f7b7841cfcf7 (patch) | |
tree | 898ff4e39d8fc663fd96f7d548fe0e54465d03e8 /plugins | |
parent | 60b4548980c6f8d3b51d72a986e37cabf4faa7ba (diff) |
fixed flac and alsa static build issues, added gittip badge to the README.md
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/artwork/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/artwork/Makefile.am b/plugins/artwork/Makefile.am index 5948af9b..d0f54a57 100644 --- a/plugins/artwork/Makefile.am +++ b/plugins/artwork/Makefile.am @@ -15,9 +15,9 @@ endif if HAVE_FLAC FLAC_DEPS=$(FLAC_LIBS) -FLAC_CFLAGS=-DUSE_METAFLAC +flac_clags=-DUSE_METAFLAC $(FLAC_CFLAGS) endif -AM_CFLAGS = $(CFLAGS) $(ARTWORK_CFLAGS) $(FLAC_CFLAGS) -std=c99 +AM_CFLAGS = $(CFLAGS) $(ARTWORK_CFLAGS) $(flac_cflags) -std=c99 artwork_la_LIBADD = $(LDADD) $(ARTWORK_DEPS) $(FLAC_DEPS) endif |