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.
17 lines
298 B
17 lines
298 B
10 years ago
|
EXTRA_DIST =
|
||
|
|
||
|
AM_CFLAGS = \
|
||
|
$(XORG_SERVER_CFLAGS) \
|
||
|
-I../module \
|
||
|
-I../../../common
|
||
|
|
||
|
xrdpmouse_drv_la_LTLIBRARIES = xrdpmouse_drv.la
|
||
|
|
||
|
xrdpmouse_drv_la_LDFLAGS = -module -avoid-version
|
||
|
|
||
|
xrdpmouse_drv_ladir = $(moduledir)/input
|
||
|
|
||
|
xrdpmouse_drv_la_SOURCES = rdpMouse.c
|
||
|
|
||
|
xrdpmouse_drv_la_LIBADD =
|