Tweaks to Gnu automake/autoconf system.

This commit is contained in:
curt
1998-04-08 23:32:28 +00:00
committed by Tim Moore
parent 8a8bb3cf7e
commit 798ae43c84
2 changed files with 12 additions and 12 deletions

View File

@@ -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..

View File

@@ -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 =