Explicitly listing the models to be installed.

pull/3/head
Pat Suwalski 2006-09-05 06:00:01 +00:00
parent 890b351645
commit 65b6c98ca2
1 changed files with 39 additions and 3 deletions

View File

@ -1,9 +1,45 @@
pkgdatadir = @datadir@/@PACKAGE@/models
pkgdata_DATA = \
$(wildcard *.cms) \
$(wildcard *.cmod) \
$(wildcard *.pts)
S0.pts \
Sa.pts \
Sb.pts \
Sc.pts \
SBa.pts \
SBb.pts \
SBc.pts \
amalthea.cmod \
asteroid.cms \
bacchus.cmod \
borrelly.cms \
cassini.3ds \
castalia.cmod \
deimos.cmod \
epimetheus.cmod \
eros.cmod \
galileo.3ds \
gaspra.cmod \
geographos.cmod \
golevka.cmod \
halley.cmod \
hubble.cmod \
huygens.3ds \
hyperion.cmod \
ida.cmod \
iss.3ds \
janus.cmod \
kleopatra.cmod \
ky26.cmod \
larissa.cmod \
mir.3ds \
pandora.cmod \
phobos.cmod \
phoebe.cmod \
prometheus.cmod \
proteus.cmod \
roughsphere.cms \
toutatis.cmod \
vesta.cmod
EXTRA_DIST = \
$(pkgdata_DATA) \