aboutsummaryrefslogtreecommitdiffstats
path: root/src/libaaimage/Makefile.am
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2021-09-24 16:09:19 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2021-11-07 08:55:46 +0100
commit922b4af3621f333b9d69c37e1bbcc0b16089e58b (patch)
tree29e2856348cff78afd7a3dc896101c607c0594c9 /src/libaaimage/Makefile.am
parent6fa74a12969f942b059693721aec2505772b2dcf (diff)
Refactoring ASCCI-Art image printing
Diffstat (limited to 'src/libaaimage/Makefile.am')
-rw-r--r--src/libaaimage/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libaaimage/Makefile.am b/src/libaaimage/Makefile.am
new file mode 100644
index 0000000..80122aa
--- /dev/null
+++ b/src/libaaimage/Makefile.am
@@ -0,0 +1,7 @@
+AM_CPPFLAGS = -Wall -Wextra -g $(all_includes)
+
+noinst_LIBRARIES = libaaimage.a
+
+libaaimage_a_SOURCES = \
+ aaimage.c
+