From 5a865fc39bba6217655486befaad238cba876f64 Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Fri, 23 Mar 2012 18:26:50 +0100 Subject: [PATCH] build: add conf.c to build conf.c was recently added so add it to the build-script now. Signed-off-by: David Herrmann --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 406884f..17df372 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,6 +38,7 @@ nodist_libkmscon_core_la_SOURCES = \ src/output_shaders.c libkmscon_core_la_SOURCES = \ + src/conf.c src/conf.h \ src/misc.c src/misc.h \ src/console.c src/console.h \ src/unicode.c src/unicode.h \