mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-29 22:08:19 +02:00
Now that symbols that should be exported are annotated accordingly, make all the rest hidden by default. Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> Acked-by: Eric Engestrom <eric.engestrom@intel.com>
15 lines
228 B
Makefile
15 lines
228 B
Makefile
AM_CFLAGS = \
|
|
$(WARN_CFLAGS)\
|
|
-fvisibility=hidden \
|
|
-I $(top_srcdir)/include/drm \
|
|
-I $(top_srcdir)
|
|
|
|
LDADD = $(top_builddir)/libdrm.la
|
|
|
|
noinst_PROGRAMS = \
|
|
radeon_ttm
|
|
|
|
radeon_ttm_SOURCES = \
|
|
rbo.c \
|
|
rbo.h \
|
|
radeon_ttm.c
|