diff options
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index dab9d524..bfccca90 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -9,7 +9,8 @@ EXTRA_DIST = pixman-region.c include_HEADERS = \ xrdp_client_info.h \ xrdp_constants.h \ - xrdp_rail.h + xrdp_rail.h \ + xrdp_sockets.h AM_CPPFLAGS = \ -DXRDP_CFG_PATH=\"${sysconfdir}/xrdp\" \ @@ -36,7 +37,6 @@ libcommon_la_SOURCES = \ fifo.h \ file.c \ file.h \ - file_loc.h \ list.c \ list.h \ list16.c \ |