diff --git a/daemon/src/Makefile.am b/daemon/src/Makefile.am
index 91e1c98e4c25350b3e19800e66efbae0da793195..2779f6efdf91e2ed08825a9ff9f23f2d6597e5bd 100644
--- a/daemon/src/Makefile.am
+++ b/daemon/src/Makefile.am
@@ -35,7 +35,7 @@ noinst_LTLIBRARIES = libsflphone.la
 
 noinst_HEADERS = \
 		global.h \
-		Codec.h \
+		codec.h \
 		conference.h \
 		voiplink.h \
 		preferences.h \
diff --git a/daemon/src/audio/codecs/audiocodec.h b/daemon/src/audio/codecs/audiocodec.h
index 64180ac1ea309f1b9ed84f842bf869b5d3e7a963..29d2f1b2b27d587672eced94eb0f8c043eda2059 100644
--- a/daemon/src/audio/codecs/audiocodec.h
+++ b/daemon/src/audio/codecs/audiocodec.h
@@ -36,7 +36,7 @@
 #include <iostream>
 #include <dlfcn.h>
 
-#include "Codec.h"
+#include "codec.h"
 
 // We assume all decoders will be fed 20ms of audio or less
 // And we'll resample them to 44.1kHz or less
diff --git a/daemon/src/Codec.h b/daemon/src/codec.h
similarity index 100%
rename from daemon/src/Codec.h
rename to daemon/src/codec.h