]> git.cworth.org Git - scherzo/blobdiff - Makefile
Add support for drawing a key signature
[scherzo] / Makefile
index c1ee124f72f5060286c099bbb4674027b7d1efa3..b1a4d34821c5d6111b8505628f3a953b522f71ec 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,7 @@ all: scherzo
 
 scherzo_srcs :=                \
        mnemon/mnemon.c \
+       pitch.c         \
        scherzo.c       \
        score.c
 
@@ -12,7 +13,7 @@ WARN_CFLAGS = -Wall -Wextra -Wmissing-declarations
 
 SCHERZO_CFLAGS = $(CFLAGS) $(WARN_CFLAGS) $(CONFIGURE_CFLAGS) $(extra_cflags) -I./mnemon `pkg-config --cflags gtk+-2.0 alsa`
 
-SCHERZO_LDFLAGS = $(LDFLAGS) `pkg-config --libs gtk+-2.0 alsa` -ltalloc
+SCHERZO_LDFLAGS = $(LDFLAGS) `pkg-config --libs gtk+-2.0 alsa` -ltalloc -lm
 
 # The user has not set any verbosity, default to quiet mode and inform the
 # user how to enable verbose compiles.