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