aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorvimene <vincent.menegaux@gmail.com>2023-11-21 02:26:46 +0100
committervimene <vincent.menegaux@gmail.com>2023-11-21 02:26:46 +0100
commit5f5d5d07c3ea8bead4241d6cce9ee14be226610b (patch)
treec7ff40a360cc6fb4096047f3c6bba22ebb349d8a /Makefile.am
parentccd5e68160be5037782516253cb9a5ffa4b830a6 (diff)
downloadengine-5f5d5d07c3ea8bead4241d6cce9ee14be226610b.tar.gz
started working on windows support
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 8ca5991..2cfe39b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,9 +1,9 @@
ACLOCAL_AMFLAGS = -Im4 --install
-AM_CPPFLAGS = $(SDL2_CFLAGS)
+AM_CPPFLAGS = $(DEPS_CFLAGS)
bin_PROGRAMS = main
main_SOURCES = src/chfb.cpp src/chfb.h src/main.cpp src/math_vector.cpp src/math_vector.h src/obj3d.cpp src/obj3d.h src/pixfb.cpp src/pixfb.h src/tri_vertex.cpp src/tri_vertex.h src/vertex.cpp src/vertex_data.cpp src/vertex_data.h src/vertex.h
-main_LDADD = $(SDL2_LIBS)
+main_LDADD = $(DEPS_LIBS)
EXTRA_DIST = m4/NOTES