summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/freedreno/drm/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/winsys/freedreno/drm/Makefile.am')
-rw-r--r--src/gallium/winsys/freedreno/drm/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/winsys/freedreno/drm/Makefile.am b/src/gallium/winsys/freedreno/drm/Makefile.am
index 58f69d119c2..8a74dcdbad1 100644
--- a/src/gallium/winsys/freedreno/drm/Makefile.am
+++ b/src/gallium/winsys/freedreno/drm/Makefile.am
@@ -20,6 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.
+include Makefile.sources
include $(top_srcdir)/src/gallium/Automake.inc
AM_CFLAGS = \
@@ -29,4 +30,4 @@ AM_CFLAGS = \
noinst_LTLIBRARIES = libfreedrenodrm.la
-libfreedrenodrm_la_SOURCES = freedreno_drm_winsys.c
+libfreedrenodrm_la_SOURCES = $(C_SOURCES)