From 0bc51abde6ed475be30e3ea1619e58eb0279fbf3 Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Mon, 10 May 2010 05:53:26 +0000 Subject: [PATCH] Add some files dist tarballs --- docs/Makefile.am | 2 ++ src/plugins/Makefile.am | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/Makefile.am b/docs/Makefile.am index 03af3ec..d303b85 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1,6 +1,8 @@ man1_MANS = aweather.1 html_DATA = aweather.html +EXTRA_DIST = $(man1_MANS) $(html_DATA) + %.html: %.ad asciidoc $< diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index 7540eca..64f21ad 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -12,7 +12,9 @@ radar_la_SOURCES = \ radar.c radar.h \ level2.c level2.h \ ../aweather-colormap.c \ - ../aweather-location.c + ../aweather-colormap.h \ + ../aweather-location.c \ + ../aweather-location.h radar_la_LIBADD = $(RSL_LIBS) $(GIS_LIBS) \ $(addprefix $(top_srcdir)/lib/,$(gl_LTLIBOBJS)) endif -- 2.43.2