Browse Source

Merge pull request #51 from tkelman/patch-1

whoops, forgot the dollar sign
Elliot Saba 11 years ago
parent
commit
41b7579cba
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Make.inc

+ 2 - 2
Make.inc

@@ -76,9 +76,9 @@ SHLIB_EXT = dll
 SONAME_FLAG = -soname
 SONAME_FLAG = -soname
 CFLAGS_add += -nodefaultlibs
 CFLAGS_add += -nodefaultlibs
 FFLAGS += -nodefaultlibs
 FFLAGS += -nodefaultlibs
-shlibdir = bindir
+shlibdir = $(bindir)
 else
 else
-shlibdir = libdir
+shlibdir = $(libdir)
 endif
 endif
 
 
 ifeq ($(OS), Linux)
 ifeq ($(OS), Linux)