Add doc/Doxyfile and tests to distribution. Reorder build.
This commit is contained in:
parent
9d27b6cce9
commit
27af176bbd
27
Makefile.am
27
Makefile.am
@ -40,32 +40,33 @@ ACLOCAL_AMFLAGS = -I m4
|
|||||||
DIST_SUBDIRS = \
|
DIST_SUBDIRS = \
|
||||||
src/libguac \
|
src/libguac \
|
||||||
src/guacd \
|
src/guacd \
|
||||||
src/protocols/vnc \
|
|
||||||
src/protocols/rdp \
|
src/protocols/rdp \
|
||||||
|
src/protocols/spice \
|
||||||
src/protocols/ssh \
|
src/protocols/ssh \
|
||||||
src/protocols/spice
|
src/protocols/vnc \
|
||||||
|
tests
|
||||||
|
|
||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
tests \
|
|
||||||
src/libguac \
|
src/libguac \
|
||||||
src/guacd
|
src/guacd \
|
||||||
|
tests
|
||||||
if ENABLE_VNC
|
|
||||||
SUBDIRS += src/protocols/vnc
|
|
||||||
endif
|
|
||||||
|
|
||||||
if ENABLE_RDP
|
if ENABLE_RDP
|
||||||
SUBDIRS += src/protocols/rdp
|
SUBDIRS += src/protocols/rdp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if ENABLE_SSH
|
|
||||||
SUBDIRS += src/protocols/ssh
|
|
||||||
endif
|
|
||||||
|
|
||||||
if ENABLE_SPICE
|
if ENABLE_SPICE
|
||||||
SUBDIRS += src/protocols/spice
|
SUBDIRS += src/protocols/spice
|
||||||
endif
|
endif
|
||||||
|
|
||||||
EXTRA_DIST = LICENSE
|
if ENABLE_SSH
|
||||||
|
SUBDIRS += src/protocols/ssh
|
||||||
|
endif
|
||||||
|
|
||||||
|
if ENABLE_VNC
|
||||||
|
SUBDIRS += src/protocols/vnc
|
||||||
|
endif
|
||||||
|
|
||||||
|
EXTRA_DIST = LICENSE doc/Doxyfile
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user