16 lines
367 B
Makefile
16 lines
367 B
Makefile
# This Makefile.am is in the public domain
|
|
SUBDIRS = .
|
|
|
|
gnunetincludedir = $(includedir)/gnunet
|
|
|
|
gnunetinclude_HEADERS = \
|
|
gnunet_multicast_service.h \
|
|
gnunet_psycstore_plugin.h \
|
|
gnunet_psycstore_service.h \
|
|
gnunet_psyc_service.h \
|
|
gnunet_psyc_util_lib.h \
|
|
gnunet_psyc_env.h \
|
|
gnunet_psyc_message.h \
|
|
gnunet_psyc_slicer.h \
|
|
gnunet_social_service.h
|