summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2008-06-28 09:43:09 +0000
committerChristophe Fergeau <teuf@gnome.org>2008-06-28 09:43:09 +0000
commit858cce8ddbd0ea2104d3812e49d0cb3fa1772fcf (patch)
tree3a7334599a426c393fdde8a7e3f2809f0c6d6527 /src/Makefile.am
parent0dc45559fe076a17464cf6ff26f37d15eb31e802 (diff)
downloadlibgpod-858cce8ddbd0ea2104d3812e49d0cb3fa1772fcf.tar.gz
libgpod-858cce8ddbd0ea2104d3812e49d0cb3fa1772fcf.tar.xz
libgpod-858cce8ddbd0ea2104d3812e49d0cb3fa1772fcf.zip
patch by: Mike Heffner <mikeh@fesnel.com>
* src/Makefile.am: * src/db-artwork-writer.c: fix compilation with older glib (without GChecksum) git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2021 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d840480..322d817 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -23,6 +23,7 @@ libgpod_la_SOURCES = \
if WITH_INTERNAL_GCHECKSUM
libgpod_la_SOURCES += gchecksum.c gchecksum.h
+libgpod_la_CFLAGS = -DWITH_INTERNAL_GCHECKSUM
endif
libgpod_la_LDFLAGS = -version-info $(LIBGPOD_SO_VERSION) -no-undefined