You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
AM_CFLAGS = $(X_CFLAGS)
|
|
|
|
bin_PROGRAMS = \
|
|
xrdp-genkeymap
|
|
|
|
xrdp_genkeymap_SOURCES = genkeymap.c evdev-map.c
|
|
|
|
xrdp_genkeymap_LDFLAGS = \
|
|
$(X_LIBS)
|
|
|
|
xrdp_genkeymap_LDADD = \
|
|
$(X_PRE_LIBS) -lX11 $(X_EXTRA_LIBS)
|