changeset 17852:b0a1782b90d2

Somehow, version.c wasn't added to the libpurple build. Now that it is actually used, it really needs to be added.
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 13 Jun 2007 12:09:58 +0000
parents 452bd3baa9af
children bfd44bbb5909
files libpurple/Makefile.mingw
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/Makefile.mingw	Wed Jun 13 02:28:38 2007 +0000
+++ b/libpurple/Makefile.mingw	Wed Jun 13 12:09:58 2007 +0000
@@ -72,6 +72,7 @@
 			upnp.c \
 			util.c \
 			value.c \
+			version.c \
 			xmlnode.c \
 			whiteboard.c \
 			win32/giowin32.c \