X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=demo%2FMakefile;h=c915abc7f0e93b3d8321a82116eadbd8fc8958ab;hb=refs%2Fheads%2Fmaster;hp=eb7c01a1443c9f54337081360b5bbbe414517c76;hpb=0ea862e426edf62d5ee05178d8709a67ab316145;p=apps%2Fmadtty.git diff --git a/demo/Makefile b/demo/Makefile index eb7c01a..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 -lutil +boxshell_LDFLAGS = -L../madtty -lmadtty -Wl,--rpath,/home/madcoder/dev/madtty/madtty boxshell_CPPFLAGS = -Wno-error include $(DEPTH)/am/footer.mk