From dea3585795ea2cae5845d1f30b9ee7cb163dc12a Mon Sep 17 00:00:00 2001 From: rncbc Date: Tue, 18 May 2010 17:16:43 +0000 Subject: [PATCH] - Include a2j headers for `make dist`. git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4016 0c269be4-1314-0410-8aa9-9f06e86f4224 --- drivers/a2j/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/a2j/Makefile.am b/drivers/a2j/Makefile.am index 1708c9d..8c7b1c5 100644 --- a/drivers/a2j/Makefile.am +++ b/drivers/a2j/Makefile.am @@ -13,3 +13,5 @@ a2j_common_sources = port.c port_hash.c port_thread.c list.c a2j_in_la_LDFLAGS = -module -avoid-version @OS_LDFLAGS@ a2j_in_la_SOURCES = input_client.c $(a2j_common_sources) +noinst_HEADERS = a2j.h list.h port.h port_hash.h port_thread.h +