diff options
author | Carl Worth <cworth@cworth.org> | 2009-09-16 17:08:17 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2009-09-16 17:08:17 -0700 |
commit | f78f3ed3571ab0bd75753a7ab388120a383d894a (patch) | |
tree | 35395865b9f9169f99bbe8b6f076ea36b0089ec4 /src | |
parent | fd90936abab52caf163c83d114a22980adcc3ee0 (diff) |
Rename xf86dga.h to Xxf86dga.h
The xf86dgaproto package (as of 2.0.99.2) now provides an include file
named xf86dga.h for compatibility. We now depend on that version.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index dd159ef..f6517bd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,5 +9,5 @@ libXxf86dga_la_LIBADD = $(XXF86DGA_LIBS) libXxf86dga_la_LDFLAGS = -version-number 1:0:0 libXxf86dgaincludedir = $(includedir)/X11/extensions -libXxf86dgainclude_HEADERS = $(top_srcdir)/include/X11/extensions/xf86dga.h \ +libXxf86dgainclude_HEADERS = $(top_srcdir)/include/X11/extensions/Xxf86dga.h \ $(top_srcdir)/include/X11/extensions/xf86dga1.h |