]> git.cworth.org Git - scherzo/blobdiff - Makefile
Add some (particularly cheesy) drawing of a brace and clefs on the grand staff.
[scherzo] / Makefile
index 3df2349670582e7e7aa607abbe0556beea729aab..a5e8015e0bb73a569359d0b04a76217e0739d97d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ WARN_CFLAGS = -Wall -Wextra
 
 SCHERZO_CFLAGS = $(CFLAGS) $(WARN_CFLAGS) $(CONFIGURE_CFLAGS) $(extra_cflags) `pkg-config --cflags gtk+-2.0`
 
-SCHERZO_LDFLAGS = $(LDFLAGS) `pkg-config --libs gtk+-2.0`
+SCHERZO_LDFLAGS = $(LDFLAGS) `pkg-config --libs gtk+-2.0` -ltalloc
 
 # The user has not set any verbosity, default to quiet mode and inform the
 # user how to enable verbose compiles.