From ec50f26affd1b4243e1ce39ae5912efca314fae1 Mon Sep 17 00:00:00 2001
From: Mathieu Lirzin <mthl@gnu.org>
Date: Sun, 6 Nov 2016 01:03:38 +0100
Subject: [PATCH] build: Replace 'intrin.h' with 'compiler_intrinsics.h'.

This fixes an error introduced in commit
ba3aa72e44fe2ea816d11efa2489d1e8dcfe674e.

Change-Id: Ieb7fdbcb3a23454dfeca3b4788890c2306da9d12
Reviewed-by: Philippe Gorley <philippe.gorley@savoirfairelinux.com>
---
 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 1c36d1799b..ee29a682e9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -124,7 +124,7 @@ libring_la_SOURCES = \
 		noncopyable.h \
 		utf8_utils.h \
 		ring_types.h \
-		intrin.h \
+		compiler_intrinsics.h \
 		array_size.h \
 		account_schema.h \
 		registration_states.h \
-- 
GitLab