add autotools
This commit is contained in:
parent
5e94ef3174
commit
adb5e12044
10
keygen/Makefile.am
Normal file
10
keygen/Makefile.am
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
INCLUDES = \
|
||||||
|
-I$(top_srcdir)/common
|
||||||
|
|
||||||
|
bin_PROGRAMS = \
|
||||||
|
xrdp-keygen
|
||||||
|
|
||||||
|
xrdp_keygen_SOURCES = keygen.c
|
||||||
|
|
||||||
|
xrdp_keygen_LDADD = \
|
||||||
|
$(top_srcdir)/common/libxrdp-common.la
|
Loading…
Reference in New Issue
Block a user