From 65b6c98ca256cb2a1f25131bf77b357b2c2afc0a Mon Sep 17 00:00:00 2001 From: Pat Suwalski Date: Tue, 5 Sep 2006 06:00:01 +0000 Subject: [PATCH] Explicitly listing the models to be installed. --- models/Makefile.am | 42 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 39 insertions(+), 3 deletions(-) diff --git a/models/Makefile.am b/models/Makefile.am index a9b8c5599..bff9e49fc 100644 --- a/models/Makefile.am +++ b/models/Makefile.am @@ -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) \