Add On screen display and help screen
[mercenary-reloaded.git] / src / libtext / Makefile.am
diff --git a/src/libtext/Makefile.am b/src/libtext/Makefile.am
new file mode 100644 (file)
index 0000000..528d3a5
--- /dev/null
@@ -0,0 +1,7 @@
+AM_CPPFLAGS = -Wall -Wextra -g $(all_includes)
+
+noinst_LIBRARIES = libtext.a
+
+libtext_a_SOURCES = \
+       text.c
+