add X11 directory support
This commit is contained in:
parent
f20e984286
commit
aac4898555
1 changed files with 5 additions and 0 deletions
|
@ -1 +1,6 @@
|
|||
INSTALL = cp
|
||||
# X11
|
||||
#X11_HOME_DIRECTORY=/usr/lpp/X11
|
||||
X11_HOME_DIRECTORY=/usr/unsupported
|
||||
X11_INCLUDE_FLAGS = -I$(X11_HOME_DIRECTORY)/include
|
||||
X11_LIB_FLAGS = -L$(X11_HOME_DIRECTORY)/lib
|
||||
|
|
Loading…
Reference in a new issue