summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaleb Elwert <kelwert@mtu.edu>2012-05-01 14:21:54 -0400
committerLars-Dominik Braun <lars@6xq.net>2012-05-02 16:12:13 +0200
commit524289828bffe46f465dbd574d5f30e3c1ee2f62 (patch)
tree9a1165532f2a6b8e7f9530881ab2d96d2db98311
parent2dcb286f3a1a74204e2ebe83945c28ad16159f5d (diff)
downloadpianobar-524289828bffe46f465dbd574d5f30e3c1ee2f62.tar.gz
pianobar-524289828bffe46f465dbd574d5f30e3c1ee2f62.tar.bz2
pianobar-524289828bffe46f465dbd574d5f30e3c1ee2f62.zip
Fixed building when DYNLIB=1
Closes #247
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4eac466..6c8e9e2 100644
--- a/Makefile
+++ b/Makefile
@@ -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: