diff options
Diffstat (limited to 'src/gallium/winsys/sw/dri/Makefile.am')
-rw-r--r-- | src/gallium/winsys/sw/dri/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/winsys/sw/dri/Makefile.am b/src/gallium/winsys/sw/dri/Makefile.am index 182825e6695..1917b00ca8e 100644 --- a/src/gallium/winsys/sw/dri/Makefile.am +++ b/src/gallium/winsys/sw/dri/Makefile.am @@ -20,6 +20,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # DEALINGS IN THE SOFTWARE. +include Makefile.sources include $(top_srcdir)/src/gallium/Automake.inc AM_CFLAGS = \ @@ -27,4 +28,4 @@ AM_CFLAGS = \ noinst_LTLIBRARIES = libswdri.la -libswdri_la_SOURCES = dri_sw_winsys.c +libswdri_la_SOURCES = $(C_SOURCES) |