Merge pull request #51 from tkelman/patch-1

whoops, forgot the dollar sign
This commit is contained in:
Elliot Saba 2014-04-08 15:18:16 -07:00
commit 41b7579cba
1 changed files with 2 additions and 2 deletions

View File

@ -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)