aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-10-16 12:52:59 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-10-16 12:52:59 +0000
commit2530cfa13698d639155ab9f7265be36cc78c4256 (patch)
tree45f0301c56687f75bfe162816a23a630ed7c35d1 /Makefile
parent123856cdff90e5a2b41fff1df198f73a1f37792f (diff)
updated splash to show version
svn path=/trunk/externals/iem/iemnet/; revision=14237
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e243e6f..7b49ef5 100644
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,7 @@ INSTALL_FILE = $(INSTALL) -p -m 644
INSTALL_LIB = $(INSTALL) -p -m 644 -s
INSTALL_DIR = $(INSTALL) -p -m 755 -d
-CFLAGS = -DPD -I$(PD_PATH)/src -Wall -W -Wno-unused -g
+CFLAGS = -DPD -DLIBRARY_VERSION=\"$(LIBRARY_VERSION)\" -I$(PD_PATH)/src -Wall -W -Wno-unused -g
LDFLAGS =
LIBS =
ALLSOURCES := $(SOURCES) $(SOURCES_android) $(SOURCES_cygwin) $(SOURCES_macosx) \