aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/buildsys/lnx/gnumake-gcc-ext.inc
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-03-04 04:56:26 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-03-04 04:56:26 +0000
commitd51efebfef9fec07262b9d0b526bb2ad67a1eb17 (patch)
treec68cc55c0400d1b854e77fc0879a3f7c1e444769 /externals/grill/flext/buildsys/lnx/gnumake-gcc-ext.inc
parentc4e77db01f4cc3abea4ae612ee38071dffb4cc18 (diff)
fixed shared library versioning
library versioning for linux fixed eol-style svn path=/trunk/; revision=2597
Diffstat (limited to 'externals/grill/flext/buildsys/lnx/gnumake-gcc-ext.inc')
-rw-r--r--externals/grill/flext/buildsys/lnx/gnumake-gcc-ext.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/externals/grill/flext/buildsys/lnx/gnumake-gcc-ext.inc b/externals/grill/flext/buildsys/lnx/gnumake-gcc-ext.inc
index 22314356..b3a20f16 100644
--- a/externals/grill/flext/buildsys/lnx/gnumake-gcc-ext.inc
+++ b/externals/grill/flext/buildsys/lnx/gnumake-gcc-ext.inc
@@ -1,5 +1,7 @@
# build class specific settings
+TARGET=$(TARGETPATH)/$(OUTNAME).$(EXT)
+
INCPATH += -I$(FLEXTINC)
LIBPATH += -L$(FLEXTLIB) -L$(FLEXTSHLIB)
LIBS += -l$(FLEXTNAME)