cleanup
This commit is contained in:
parent
2df913f8ae
commit
10a547fd5a
@ -1,18 +1,8 @@
|
|||||||
|
|
||||||
AM_CFLAGS = \
|
|
||||||
-DXRDP_CFG_PATH=\"${sysconfdir}/xrdp\" \
|
|
||||||
-DXRDP_SBIN_PATH=\"${sbindir}\" \
|
|
||||||
-DXRDP_SHARE_PATH=\"${datadir}/xrdp\" \
|
|
||||||
-DXRDP_PID_PATH=\"${localstatedir}/run\"
|
|
||||||
|
|
||||||
INCLUDES = \
|
|
||||||
-I$(top_srcdir)/common
|
|
||||||
|
|
||||||
bin_PROGRAMS = \
|
bin_PROGRAMS = \
|
||||||
xrdp-genkeymap
|
xrdp-genkeymap
|
||||||
|
|
||||||
xrdp_genkeymap_SOURCES = genkeymap.c
|
xrdp_genkeymap_SOURCES = genkeymap.c
|
||||||
|
|
||||||
xrdp_genkeymap_LDADD = \
|
xrdp_genkeymap_LDADD = \
|
||||||
$(top_srcdir)/common/libcommon.la \
|
|
||||||
-lX11
|
-lX11
|
||||||
|
@ -1,10 +1,8 @@
|
|||||||
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
|
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
|
||||||
/*
|
/*
|
||||||
* main.cc
|
* genkeymap.c
|
||||||
* Copyright (C) Ádám Wallner 2008 <wallner@bitbaro.hu>
|
* Copyright (C) Ádám Wallner 2008 <wallner@bitbaro.hu>
|
||||||
*
|
*
|
||||||
* main.cc is free software.
|
|
||||||
*
|
|
||||||
* You may redistribute it and/or modify it under the terms of the
|
* You may redistribute it and/or modify it under the terms of the
|
||||||
* GNU General Public License, as published by the Free Software
|
* GNU General Public License, as published by the Free Software
|
||||||
* Foundation; either version 2 of the License, or (at your option)
|
* Foundation; either version 2 of the License, or (at your option)
|
||||||
|
Loading…
Reference in New Issue
Block a user