More missing dist files

This commit is contained in:
Nicolas Williams
2016-12-15 12:40:23 -06:00
parent 3f88aae56c
commit 4a9d1782de
2 changed files with 4 additions and 3 deletions

View File

@@ -33,10 +33,11 @@ ts_LDADD = libheim-ipcs.la $(LIB_roken)
ts_http_LDADD = $(ts_LDADD)
tc_LDADD = libheim-ipcc.la $(LIB_roken)
if have_gcd
EXTRA_DIST = heim_ipc.defs heim_ipc_async.defs heim_ipc_reply.defs
if have_gcd
heim_ipc.h heim_ipcUser.c heim_ipcServer.c heim_ipcServer.h: heim_ipc.defs
mig -header heim_ipc.h -user heim_ipcUser.c -sheader heim_ipcServer.h -server heim_ipcServer.c -I$(srcdir) $(srcdir)/heim_ipc.defs
@@ -64,4 +65,4 @@ CLEANFILES = $(built_ipcc) $(built_ipcs)
$(srcdir)/client.c: $(built_ipcc)
$(srcdir)/server.c: $(built_ipcs)
endif
endif

View File

@@ -4,4 +4,4 @@ include $(top_srcdir)/Makefile.am.common
SUBDIRS= mac
EXTRA_DIST = windows
EXTRA_DIST = windows NTMakefile