Browse Source

whoops, forgot the dollar sign

Tony Kelman 11 years ago
parent
commit
1cc9ad07f4
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
 CFLAGS_add += -nodefaultlibs
 FFLAGS += -nodefaultlibs
-shlibdir = bindir
+shlibdir = $(bindir)
 else
-shlibdir = libdir
+shlibdir = $(libdir)
 endif
 
 ifeq ($(OS), Linux)