From: Andy Spencer Date: Mon, 10 May 2010 05:53:26 +0000 (+0000) Subject: Add some files dist tarballs X-Git-Tag: v0.4~3 X-Git-Url: http://pileus.org/git/?p=aweather;a=commitdiff_plain;h=0bc51abde6ed475be30e3ea1619e58eb0279fbf3 Add some files dist tarballs --- 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