Skip to content
Snippets Groups Projects
Commit daf8d1f1 authored by Luigi Rizzo's avatar Luigi Rizzo
Browse files

another place where ../ should have been ASTTOPDIR

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@92023 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent d652be09
Branches
Tags
No related merge requests found
...@@ -66,7 +66,7 @@ _all: $(LOADABLE_MODS:%=%.so) ...@@ -66,7 +66,7 @@ _all: $(LOADABLE_MODS:%=%.so)
ifneq ($(findstring $(OSARCH), mingw32 cygwin ),) ifneq ($(findstring $(OSARCH), mingw32 cygwin ),)
# linker options and extra libraries for cygwin # linker options and extra libraries for cygwin
SOLINK=-Wl,--out-implib=lib$@.a -shared SOLINK=-Wl,--out-implib=lib$@.a -shared
LIBS+=-L../main -lasterisk -L../res $($@_LIBS) LIBS+=-L$(ASTTOPDIR)/main -lasterisk -L$(ASTTOPDIR)/res $($@_LIBS)
# additional libraries in res/ # additional libraries in res/
endif endif
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment