Include current directory for library search path

* Fixes an issue with running locally built yab
  prior to installing.
This commit is contained in:
Jessica Hamilton
2015-05-31 14:36:47 +12:00
parent 8a836e1b10
commit 5d83b8bcbe

View File

@@ -70,7 +70,7 @@ YAB_OBJECTS = YabInterface.o YabWindow.o YabView.o YabBitmapView.o YabText.o Yab
##
yab: libyab.so YabMain.o main.o bison.o flex.o RdefApply YAB.rdef
$(GPP) $(GPP_OPT) -o $@ YabMain.o main.o bison.o flex.o $(LIBPATH) libyab.so $(LIB)
$@ RdefApply YAB.rdef $@
LIBRARY_PATH=$$LIBRARY_PATH:. $@ RdefApply YAB.rdef $@
addattr -t mime BEOS:TYPE application/x-vnd.be-elfexecutable $@
libyab.so: $(YAB_OBJECTS)