Mercurial > audlegacy
diff src/audacious/Makefile @ 3651:a5a81f8d6fd7
Update buildsys + small fixes.
| author | Jonathan Schleifer <js@h3c.de> |
|---|---|
| date | Thu, 27 Sep 2007 13:14:34 +0200 |
| parents | 12500701b6dd |
| children | 047829635612 |
line wrap: on
line diff
--- a/src/audacious/Makefile Wed Sep 26 06:38:34 2007 +0200 +++ b/src/audacious/Makefile Thu Sep 27 13:14:34 2007 +0200 @@ -192,6 +192,8 @@ ${LIBGLADE_LIBS} \ ${REGEX_LIBS} +LDFLAGS += ${PROG_IMPLIB_LDFLAGS} + build_stamp.c: if [ -d ../../.hg ]; then \ revh=`hg tip --template 'const char *svn_stamp = "#rev#:#node|short#";\n' 2>/dev/null`; \
