diff options
Diffstat (limited to 'src/gallium/targets/egl-static/Makefile.am')
-rw-r--r-- | src/gallium/targets/egl-static/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/gallium/targets/egl-static/Makefile.am b/src/gallium/targets/egl-static/Makefile.am index 3f0e650e270..d5759e6ca30 100644 --- a/src/gallium/targets/egl-static/Makefile.am +++ b/src/gallium/targets/egl-static/Makefile.am @@ -59,7 +59,9 @@ nodist_EXTRA_egl_gallium_la_SOURCES = dummy.cpp egl_gallium_la_SOURCES = \ egl.c \ egl_pipe.c \ - egl_st.c + egl_pipe.h \ + egl_st.c \ + egl_st.h egl_gallium_la_LIBADD = \ $(top_builddir)/src/loader/libloader.la \ @@ -151,6 +153,9 @@ egl_gallium_la_LIBADD += \ $(top_builddir)/src/mapi/vgapi/libOpenVG.la endif +EXTRA_egl_gallium_la_DEPENDENCIES = egl.sym +EXTRA_DIST = Android.mk SConscript + #if HAVE_GALLIUM_STATIC_TARGETS TARGET_DRIVERS = |