Tweaks to Gnu automake/autoconf system.
This commit is contained in:
@@ -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..
|
||||
|
||||
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user