X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=demo%2FMakefile;h=c915abc7f0e93b3d8321a82116eadbd8fc8958ab;hb=HEAD;hp=0783b00d58666d56918922116d94110bdad13fc7;hpb=bf09a79a00c99c715e7fbc65bf50634704c4233b;p=apps%2Fmadtty.git diff --git a/demo/Makefile b/demo/Makefile index 0783b00..c915abc 100644 --- a/demo/Makefile +++ b/demo/Makefile @@ -4,7 +4,7 @@ include $(DEPTH)/am/header.mk bin_PROGRAMS = boxshell boxshell_SOURCES = boxshell.c -boxshell_LDFLAGS = -L../madtty -lmadtty -lncurses +boxshell_LDFLAGS = -L../madtty -lmadtty -Wl,--rpath,/home/madcoder/dev/madtty/madtty boxshell_CPPFLAGS = -Wno-error include $(DEPTH)/am/footer.mk