diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2009-09-28 23:35:17 -0700 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2009-09-28 23:35:17 -0700 |
commit | a94c2af8f070cae9aaf24cf562dae34cea5cb3b1 (patch) | |
tree | 490ba0cc14a8300a2b5c755cd63a5e00401ecf16 /xts5/Xlib6/Makefile.am | |
parent | c853133f8f3695a71224a8d73cac4da6216bfc3c (diff) |
xts5: Flatten Xlib6 directory more
Diffstat (limited to 'xts5/Xlib6/Makefile.am')
-rw-r--r-- | xts5/Xlib6/Makefile.am | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/xts5/Xlib6/Makefile.am b/xts5/Xlib6/Makefile.am index 99832a63..ff749ce1 100644 --- a/xts5/Xlib6/Makefile.am +++ b/xts5/Xlib6/Makefile.am @@ -9,11 +9,11 @@ BUILT_SOURCES = $(tprogs:$(EXEEXT)=.c) CLEANFILES = $(BUILT_SOURCES) tprogs = \ - XCreateFontCursor/XCreateFontCursor \ - XCreateGlyphCursor/XCreateGlyphCursor \ - XCreatePixmap/XCreatePixmap \ - XCreatePixmapCursor/XCreatePixmapCursor \ - XFreeCursor/XFreeCursor \ - XFreePixmap/XFreePixmap \ - XQueryBestCursor/XQueryBestCursor \ - XRecolorCursor/XRecolorCursor + XCreateFontCursor \ + XCreateGlyphCursor \ + XCreatePixmap \ + XCreatePixmapCursor \ + XFreeCursor \ + XFreePixmap \ + XQueryBestCursor \ + XRecolorCursor |