From 1341e640628ab4c191b74bb339b8b504fb852e4c Mon Sep 17 00:00:00 2001 From: Lukas Vacek Date: Sat, 22 Jun 2013 22:22:13 +0100 Subject: [PATCH] Revert "Fix path to config.c in sesman/tools/Makefile.am" This reverts commit a0f8afca500702408f577a3b64f792700d40c01e. --- 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 f591c75b..140c6820 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