parent
8dac31ca52
commit
50db3bb983
@ -0,0 +1,12 @@
|
|||||||
|
pkg_config_files = \
|
||||||
|
xrdp.pc \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
|
pkgconfigdir = @pkgconfigdir@
|
||||||
|
pkgconfig_DATA = $(pkg_config_files)
|
||||||
|
|
||||||
|
DISTCLEANFILES = \
|
||||||
|
$(pkg_config_files) \
|
||||||
|
Makefile.in \
|
||||||
|
$(NULL)
|
||||||
|
|
@ -0,0 +1,9 @@
|
|||||||
|
prefix=@prefix@
|
||||||
|
exec_prefix=@exec_prefix@
|
||||||
|
libdir=@libdir@
|
||||||
|
includedir=@includedir@
|
||||||
|
|
||||||
|
Name: xrdp
|
||||||
|
Description: xrdp - an open source RDP server
|
||||||
|
Version: 0.9.2
|
||||||
|
Cflags: -I${includedir}
|
Loading…
Reference in new issue