From a0f8afca500702408f577a3b64f792700d40c01e Mon Sep 17 00:00:00 2001 From: Lukas Vacek Date: Sat, 22 Jun 2013 21:25:57 +0100 Subject: [PATCH] Fix path to config.c in sesman/tools/Makefile.am --- sesman/tools/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sesman/tools/Makefile.am b/sesman/tools/Makefile.am index 140c6820..f591c75b 100644 --- a/sesman/tools/Makefile.am +++ b/sesman/tools/Makefile.am @@ -23,7 +23,7 @@ noinst_PROGRAMS = \ xrdp_sesrun_SOURCES = \ sesrun.c \ tcp.c \ - config.c + ../config.c xrdp_sestest_SOURCES = \ sestest.c