progs: Fix linking of Xlib demos for non-autoconf builds
authorDan Nicholson <dbn.lists@gmail.com>
Thu, 1 Apr 2010 21:59:10 +0000 (14:59 -0700)
committerDan Nicholson <dbn.lists@gmail.com>
Thu, 1 Apr 2010 22:03:33 +0000 (15:03 -0700)
commite40fce13e152ecf929c899ed38a8e5f7d198c738
tree5d200e9769856b8ba381bad5cdcd8382914aade0
parent950300eb255f0e3507bf2757d16c3b5bc8ff3471
progs: Fix linking of Xlib demos for non-autoconf builds

The Xlib demos were fixed to use $(X11_LIBS) so that configure could
detect the proper directory to link the library from, but this broke
the non-autoconf builds. Give X11_LIBS a default value to fallback on.
configs/default