From 798ae43c84adcb55035df42aec6316da0b57c5ca Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 8 Apr 1998 23:32:28 +0000 Subject: [PATCH] Tweaks to Gnu automake/autoconf system. --- Astro/Makefile.am | 12 ++++++------ Astro/Makefile.in | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Astro/Makefile.am b/Astro/Makefile.am index 294b425c..0863e4d9 100644 --- a/Astro/Makefile.am +++ b/Astro/Makefile.am @@ -2,11 +2,11 @@ libdir = ${exec_prefix}/lib lib_LTLIBRARIES = libAstro.la libAstro_la_SOURCES = \ - moon.c \ - orbits.c \ - planets.c \ - sky.c \ - stars.c \ - sun.c + moon.c moon.h \ + orbits.c orbits.h \ + planets.c planets.h \ + sky.c sky.h \ + stars.c stars.h \ + sun.c sun.h INCLUDES += -I.. diff --git a/Astro/Makefile.in b/Astro/Makefile.in index 98cd5d31..d645c8e2 100644 --- a/Astro/Makefile.in +++ b/Astro/Makefile.in @@ -74,12 +74,12 @@ libdir = ${exec_prefix}/lib lib_LTLIBRARIES = libAstro.la libAstro_la_SOURCES = \ - moon.c \ - orbits.c \ - planets.c \ - sky.c \ - stars.c \ - sun.c + moon.c moon.h \ + orbits.c orbits.h \ + planets.c planets.h \ + sky.c sky.h \ + stars.c stars.h \ + sun.c sun.h mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../Simulator/Include/config.h CONFIG_CLEAN_FILES = -- 2.39.5