blob: 2b9283949bb6df6f9d7a02aa4c973a595423c673 (
plain) (
blame)
1
2
3
4
5
6
|
# This Makefile.am is in the public domain
SUBDIRS = . include lib $(GNUNET_FS_APP) $(GNUNET_SETUP_APP) $(GNUNET_PEERINFO_APP) $(GNUNET_CONVERSATION_APP) statistics
if HAVE_GNUTLS
SUBDIRS += namestore
endif
|