diff Makefile.in @ 298:fd0948c7078e

fixed a bug that NUM_REGPS had not been incremented.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sun, 19 Apr 2009 13:52:03 +0900
parents dcf53bc05627
children 2e37e715e4a6
line wrap: on
line diff
--- a/Makefile.in	Thu Apr 16 17:12:53 2009 +0900
+++ b/Makefile.in	Sun Apr 19 13:52:03 2009 +0900
@@ -9,7 +9,7 @@
 PIDGIN_CFLAGS = @PIDGIN_CFLAGS@
 GLIB_CFLAGS = @GLIB_CFLAGS@
 XML_CFLAGS = @XML_CFLAGS@
-CFLAGS = -fPIC -shared -Wall $(PIDGIN_CFLAGS) $(GLIB_CFLAGS) $(XML_CFLAGS) -DDATADIR=\"$(PIDGIN_DATA_DIR)\"
+CFLAGS = -fPIC -shared -Wall -g $(PIDGIN_CFLAGS) $(GLIB_CFLAGS) $(XML_CFLAGS) -DDATADIR=\"$(PIDGIN_DATA_DIR)\"
 
 GLIB_LIBS = @GLIB_LIBS@
 XML_LIBS = @XML_LIBS@