aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index d64026c..0e3ddf4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,3 +5,7 @@ ACLOCAL_AMFLAGS = -Im4 --install
assetsdir = $(datarootdir)/assets
assets_DATA = ../assets/suzanne.obj
EXTRA_DIST += $(assets_DATA)
+
+texturesdir = $(assetsdir)/textures
+textures_DATA = ../assets/textures/texture.jpg
+EXTRA_DIST += $(textures_DATA)