aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorvimene <vincent.menegaux@gmail.com>2026-02-16 11:45:19 +0100
committervimene <vincent.menegaux@gmail.com>2026-02-16 11:45:19 +0100
commit523b27e38c0978f6513c95f90582e7e5ab160e3d (patch)
treeface9fe3aee978a9d1b9d41d3a86d7e28ba4f242 /src/Makefile.am
parent7536dd705d121ed3a49b7e4b05af88fd241d1674 (diff)
downloadengine-523b27e38c0978f6513c95f90582e7e5ab160e3d.tar.gz
small improvementsHEADmain
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 00e76ac..1239928 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,4 @@
-include ../common.am
+include $(top_srcdir)/common.am
bin_PROGRAMS = engine
@@ -46,6 +46,7 @@ engine_CPPFLAGS = -std=gnu++23 -Wall -Wextra -I'$(srcdir)/src' \
-DBINDIR='"$(BINDIR_CXX)"' \
-DPKGDATADIR='"$(PKGDATADIR_CXX)"' \
-DSPVSHADERSDIR='"$(SPVSHADERSDIR_CXX)"' \
+ -DEXENAME='"engine$(EXEEXT)"' \
$(GLFW3_CFLAGS) $(VULKAN_CFLAGS)
if !DEBUG
engine_CPPFLAGS += -DNDEBUG