diff options
author | Kaleb Elwert <kelwert@mtu.edu> | 2012-05-01 14:21:54 -0400 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2012-05-02 16:12:13 +0200 |
commit | 524289828bffe46f465dbd574d5f30e3c1ee2f62 (patch) | |
tree | 9a1165532f2a6b8e7f9530881ab2d96d2db98311 /Makefile | |
parent | 2dcb286f3a1a74204e2ebe83945c28ad16159f5d (diff) | |
download | pianobar-524289828bffe46f465dbd574d5f30e3c1ee2f62.tar.gz pianobar-524289828bffe46f465dbd574d5f30e3c1ee2f62.tar.bz2 pianobar-524289828bffe46f465dbd574d5f30e3c1ee2f62.zip |
Fixed building when DYNLIB=1
Closes #247
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -125,6 +125,7 @@ libpiano.so.0: ${LIBPIANO_RELOBJ} ${LIBPIANO_HDR} ${LIBWAITRESS_RELOBJ} \ %.lo: %.c @echo " CC $< (PIC)" @${CC} ${CFLAGS} -I ${LIBPIANO_INCLUDE} -I ${LIBWAITRESS_INCLUDE} \ + ${LIBJSONC_CFLAGS} \ -c -fPIC -o $@ $< clean: |