diff options
author | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:50 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:50 +0000 |
commit | 63aa96c08a8390621b017ea498c88cf88152024b (patch) | |
tree | d57a9786e5a68d94627fb513cd97dc87305ed72c /GL | |
parent | d3b6653a2892e8c929c79fe3ace19ac9d8366fc4 (diff) |
Update pkgconfig files to separate library build-time dependencies from
application build-time dependencies, and update package deps to work
with separate build roots.
Diffstat (limited to 'GL')
-rw-r--r-- | GL/glx/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GL/glx/Makefile.am b/GL/glx/Makefile.am index 6d430a325..8769b602c 100644 --- a/GL/glx/Makefile.am +++ b/GL/glx/Makefile.am @@ -1,6 +1,6 @@ noinst_LTLIBRARIES = libglx.la -AM_CFLAGS = @DIX_CFLAGS@ @GL_CFLAGS@ -I@MESA_SOURCE@/include +AM_CFLAGS = @DIX_CFLAGS@ @GL_CFLAGS@ @XLIB_CFLAGS@ -I@MESA_SOURCE@/include -DXFree86Server # none yet #sdk_HEADERS = |