summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2021-02-16 22:13:46 -0800
committerVito Caputo <vcaputo@pengaru.com>2021-02-16 22:13:46 -0800
commit844c0b92e89d64832a562b2f471b93ae0b70cb8e (patch)
tree80b79d09373f8f75b86f620b90eb7bc31c4161e0 /src
parent277a82e138d655a4d8ae1beed81f943fbbced6ca (diff)
autotools: introduce rudimentary autotools setup
Now it actually builds! Hopefully for more than just me...
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
new file mode 100644
index 0000000..2ae0baf
--- /dev/null
+++ b/src/Makefile.am
@@ -0,0 +1,6 @@
+bin_PROGRAMS = glimmer
+glimmer_SOURCES = \
+ main.c \
+ gtk_fb.c
+glimmer_CPPFLAGS = -I@top_srcdir@/rototiller/src
+glimmer_LDADD = @top_builddir@/rototiller/src/.libs/librototiller.a -lm
© All Rights Reserved