i965/gs: implement EndPrimitive() functionality in the visitor.
[mesa.git] / src / mesa / drivers / dri / nouveau / Makefile.am
index 77880fd5f830be44f496a49336def9cf3520d095..2b47f75340f89992263e1f42531c78f7d2d0019e 100644 (file)
@@ -23,9 +23,6 @@
 
 include Makefile.sources
 
-# Hack to make some of the non-automake variables work.
-TOP=$(top_builddir)
-
 AM_CFLAGS = \
        -I$(top_srcdir)/include \
        -I$(top_srcdir)/src/ \
@@ -33,8 +30,7 @@ AM_CFLAGS = \
        -I$(top_srcdir)/src/mesa/ \
        -I$(top_srcdir)/src/mesa/drivers/dri/common \
        $(DEFINES) \
-       $(ASM_FLAGS) \
-       $(API_DEFINES) \
+       $(VISIBILITY_CFLAGS) \
        $(NOUVEAU_CFLAGS)
 
 dridir = $(DRI_DRIVER_INSTALL_DIR)
@@ -48,8 +44,8 @@ nouveau_vieux_dri_la_SOURCES = \
 
 nouveau_vieux_dri_la_LDFLAGS = -module -avoid-version -shared
 nouveau_vieux_dri_la_LIBADD = \
+       ../common/libdricommon.la \
        $(DRI_LIB_DEPS) \
-       $(DRICORE_LIB_DEPS) \
        $(NOUVEAU_LIBS)
 
 # Provide compatibility with scripts for the old Mesa build system for