]> git.jsancho.org Git - guile-assimp.git/blobdiff - Makefile.am
Sources Reorganization
[guile-assimp.git] / Makefile.am
index a9dc6ef8cfeae382f6f80679dd96f1a7bc97c7d9..5ec20c8ace19c75959cabbf61797fcdf3bbc10aa 100644 (file)
 ## You should have received a copy of the GNU General Public License
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-include guile.am
+SUBDIRS = src
 
-moddir=$(prefix)/share/guile/site/$(GUILE_EFFECTIVE_VERSION)
-godir=$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/ccache
-
-SOURCES = \
-       assimp.scm \
-       assimp/low-level.scm \
-       assimp/low-level/cimport.scm \
-       assimp/low-level/color.scm \
-       assimp/low-level/material.scm \
-       assimp/low-level/matrix.scm \
-       assimp/low-level/mesh.scm \
-       assimp/low-level/postprocess.scm \
-       assimp/low-level/scene.scm \
-       assimp/low-level/types.scm \
-       assimp/low-level/vector.scm
-
-EXTRA_DIST += env.in COPYING examples README
+EXTRA_DIST = COPYING env.in examples README
 
 TESTS_ENVIRONMENT = $(top_builddir)/env $(GUILE) --no-auto-compile