Will be used to create the single dri target library, on our
way to convert all the dri targets during the conversion to
to static/shared pipe-drivers.
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Tested-by: Rob Clark <robclark@freedesktop.org>
Tested-by: Thomas Helland <thomashelland90 at gmail.com>
Acked-by: Tom Stellard <thomas.stellard@amd.com>
$(LIBDRM_CFLAGS) \
$(VISIBILITY_CFLAGS)
-noinst_LTLIBRARIES = libdridrm.la
+noinst_LTLIBRARIES = libdridrm.la libdridrm_s.la
libdridrm_la_CPPFLAGS = \
$(AM_CPPFLAGS) \
-DSPLIT_TARGETS=1
+if HAVE_GALLIUM_STATIC_TARGETS
+libdridrm_s_la_CPPFLAGS = \
+ $(AM_CPPFLAGS) \
+ -DGALLIUM_STATIC_TARGETS=1
+endif # HAVE_GALLIUM_STATIC_TARGETS
+
libdridrm_la_SOURCES = $(C_SOURCES)
+
+libdridrm_s_la_SOURCES = $(C_SOURCES)