diff options
Diffstat (limited to 'src/gallium/drivers/ilo/Makefile.am')
-rw-r--r-- | src/gallium/drivers/ilo/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/Makefile.am b/src/gallium/drivers/ilo/Makefile.am index 75213d46397..8a29ce4bb83 100644 --- a/src/gallium/drivers/ilo/Makefile.am +++ b/src/gallium/drivers/ilo/Makefile.am @@ -29,6 +29,9 @@ include $(top_srcdir)/src/gallium/Automake.inc AM_CPPFLAGS = \ $(GALLIUM_DRIVER_CFLAGS) +noinst_HEADERS = $(GENHW_FILES) noinst_LTLIBRARIES = libilo.la libilo_la_SOURCES = $(C_SOURCES) + +EXTRA_DIST = Android.mk |