summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-02-08 22:34:51 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-02-08 22:34:51 +0800
commit9a51b07bb7c5e80fbe1e892d8647f1eb793b6329 (patch)
tree261554d958a76fe2f50f355270ededf956b1a7b2
parentb4232ae8e9ab2e83b8d2b1b7d9fb21f507ed2b64 (diff)
Put shader files in its pkg dirHEADmaster
-rw-r--r--Makefile.am2
-rw-r--r--productviewer/product.frag (renamed from product.frag)0
-rw-r--r--productviewer/product.vert (renamed from product.vert)0
3 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 66d35ff..98258ec 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,3 +6,5 @@ else
libproductviewer_la_CPPFLAGS = -I${includedir}
endif
include_HEADERS = productviewer.h
+pkgdata_DATA = productviewer/product.vert \
+ productviewer/product.frag
diff --git a/product.frag b/productviewer/product.frag
index 6bbb24d..6bbb24d 100644
--- a/product.frag
+++ b/productviewer/product.frag
diff --git a/product.vert b/productviewer/product.vert
index b040d01..b040d01 100644
--- a/product.vert
+++ b/productviewer/product.vert