Fix path to config.c in sesman/tools/Makefile.am

This commit is contained in:
Lukas Vacek 2013-06-22 21:25:57 +01:00
parent 9695e245ef
commit a0f8afca50

View File

@ -23,7 +23,7 @@ noinst_PROGRAMS = \
xrdp_sesrun_SOURCES = \
sesrun.c \
tcp.c \
config.c
../config.c
xrdp_sestest_SOURCES = \
sestest.c