## Process this file with automake to produce Makefile.in @SET_MAKE@ noinst_LIBRARIES = libbtp.a INCLUDES = \ -DG_LOG_DOMAIN=\"Jungle_Monkey\" \ @JM_DEBUG_FLAGS@ \ -DLOCALEDIR=\"$(datadir)/locale\" \ -I$(top_srcdir)/src/util ######################################## libbtp_a_SOURCES = \ btp_debug.h btp_debug.c \ b_group.h \ b_conn.h b_conn.c \ b_conn_connect.h b_conn_connect.c \ b_conn_io.h b_conn_io.c \ b_conn_handler.h b_conn_handler.c \ b_conn_ping.h b_conn_ping.c \ b_peer.h b_peer.c \ b_packet.h b_packet.c \ btp_node.h btp_node.c \ btp_tree.h btp_tree.c \ btp_proto.h btp_proto.c \ btp.h btp.c