diff --git a/src/sbbs3/headers.mk b/src/sbbs3/headers.mk index 0fc7cccda08987e88f04b4b3db1dcc6bb369a0c2..68b2dabcd3051ace7ff644e3dc756a380f3ef542 100644 --- a/src/sbbs3/headers.mk +++ b/src/sbbs3/headers.mk @@ -5,5 +5,26 @@ # $Id$ -HEADERS = sbbs.h sbbsdefs.h sbbswrap.h sbbsinet.h scfgdefs.h gen_defs.h \ - nodedefs.h smblib.h smbdefs.h text.h +HEADERS = \ + ars_defs.h \ + client.h \ + cmdshell.h \ + nodedefs.h \ + post.h \ + ringbuf.h \ + riodefs.h \ + sbbs.h \ + sbbsdefs.h \ + scfgdefs.h \ + scfglib.h \ + smbdefs.h \ + smblib.h \ + text.h \ + userdat.h \ + $(XPDEV)gen_defs.h \ + $(XPDEV)genwrap.h \ + $(XPDEV)wrapdll.h \ + $(XPDEV)dirwrap.h \ + $(XPDEV)filewrap.h \ + $(XPDEV)sockwrap.h \ + $(XPDEV)threadwrap.h