mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-17 13:48:11 +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
234 B
Makefile
15 lines
234 B
Makefile
AM_CPPFLAGS = \
|
|
-I$(top_srcdir)/include/drm \
|
|
-I$(top_srcdir)/tegra \
|
|
-I$(top_srcdir)
|
|
|
|
AM_CFLAGS = \
|
|
$(WARN_CFLAGS) \
|
|
-fvisibility=hidden
|
|
|
|
LDADD = \
|
|
../../tegra/libdrm_tegra.la \
|
|
../../libdrm.la
|
|
|
|
noinst_PROGRAMS = \
|
|
openclose
|