gcc says those values are out of bounds
[apps/madtty.git] / demo / Makefile
index 7e218c7..c915abc 100644 (file)
@@ -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