| 69 $(PIDGIN_TREE_TOP)/configure.ac > $(PIDGIN_TREE_TOP)/VERSION; \ |
69 $(PIDGIN_TREE_TOP)/configure.ac > $(PIDGIN_TREE_TOP)/VERSION; \ |
| 70 fi; \ |
70 fi; \ |
| 71 cat $(PIDGIN_TREE_TOP)/VERSION \ |
71 cat $(PIDGIN_TREE_TOP)/VERSION \ |
| 72 ) |
72 ) |
| 73 PURPLE_VERSION := $(PIDGIN_VERSION) |
73 PURPLE_VERSION := $(PIDGIN_VERSION) |
| |
74 ifdef EXTRAVERSION |
| |
75 DISPLAY_VERSION := $(PIDGIN_VERSION)-$(EXTRAVERSION) |
| |
76 else |
| |
77 DISPLAY_VERSION := $(PIDGIN_VERSION) |
| |
78 endif |
| 74 |
79 |
| 75 DEFINES += -DHAVE_CONFIG_H |
80 DEFINES += -DHAVE_CONFIG_H |
| 76 |
81 |
| 77 # Use -g flag when building debug version of Pidgin (including plugins). |
82 # Use -g flag when building debug version of Pidgin (including plugins). |
| 78 # Use -fnative-struct instead of -mms-bitfields when using mingw 1.1 |
83 # Use -fnative-struct instead of -mms-bitfields when using mingw 1.1 |