include mui

hello
sorry for my english.
i want include on my prog a lib mui, how do i add
on my makefile for correct compil because i have a lot
of errors when i start make
i have added in my .c
#include </usr/include/mui/mui.h>
in my Makefile
-Lmui
what is my problem ?
ps i’m on linux

These are the libraries you need in the makefile

LIBRARIES = -lX11 -lXi -lXmu -lmui -lglut -lGL -lGLU -lm