X-Git-Url: https://git.jsancho.org/?p=guile-assimp.git;a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=5ec20c8ace19c75959cabbf61797fcdf3bbc10aa;hp=a9dc6ef8cfeae382f6f80679dd96f1a7bc97c7d9;hb=ceafd0037f102ffbb2b902b6ccb0b9701f3ae1ba;hpb=1dc327bbc4a576fdc5c160325d86b5b32754139b diff --git a/Makefile.am b/Makefile.am index a9dc6ef..5ec20c8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,24 +16,8 @@ ## You should have received a copy of the GNU General Public License ## along with this program. If not, see . -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