Hi,

as I have upgraded PuREST JSON to using the latest Makefile from the
library template, and I have header files for each source file, I
propose the attached patch to include these in the library template

Thanks,
Thomas
-- 
"Ich komme aus dem Staunen nicht heraus."
"Dann bleib halt drin, du Seppel"
(Dietmar Dath - Die Abschaffung der Arten)
http://www.residuum.org/
*** Makefile	2013-06-22 00:29:35.000000000 +0200
--- Makefile~	2013-06-22 00:29:21.000000000 +0200
***************
*** 371,376 ****
--- 371,378 ----
  		$(INSTALL_DATA) $(ALLSOURCES)  $(DISTDIR)
  	test -z "$(strip $(wildcard $(ALLSOURCES:.c=.tcl)))" || \
  		$(INSTALL_DATA) $(wildcard $(ALLSOURCES:.c=.tcl))  $(DISTDIR)
+ 	test -z "$(strip $(wildcard $(ALLSOURCES:.c=.h)))" || \
+ 		$(INSTALL_DATA) $(wildcard $(ALLSOURCES:.c=.h))  $(DISTDIR)
  	test -z "$(strip $(wildcard $(LIBRARY_NAME).c))" || \
  		$(INSTALL_DATA) $(LIBRARY_NAME).c  $(DISTDIR)
  	test -z "$(strip $(SHARED_HEADER))" || \
_______________________________________________
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev

Reply via email to