diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-07-08 17:00:34 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-07-08 17:00:34 +0000 |
commit | 9f99b048a1b3292f262f95a6807983069ee62eb7 (patch) | |
tree | ba274bcb78c1153e13149cbc2f3935dae496f089 | |
parent | 694d4df483a69877fb106437e948a2394bd3eb08 (diff) |
GLX headers have to go under a directory named GL/
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 1365d7e..12f2491 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -gldir = $(includedir)/X11/extensions +gldir = $(includedir)/GL gl_HEADERS = \ glu.h \ glx.h \ |