summaryrefslogtreecommitdiff
path: root/textscreen/Makefile.am
diff options
context:
space:
mode:
authorSimon Howard2005-10-02 03:16:03 +0000
committerSimon Howard2005-10-02 03:16:03 +0000
commitf75826fa71ff17f3b8852918e9051ddee9f5e119 (patch)
tree7444ed0cb31f96d5476f32c32b9b11ed4d2fb11c /textscreen/Makefile.am
parent8f20863e40e5f721adc616817eae8442898b9a70 (diff)
downloadchocolate-doom-f75826fa71ff17f3b8852918e9051ddee9f5e119.tar.gz
chocolate-doom-f75826fa71ff17f3b8852918e9051ddee9f5e119.tar.bz2
chocolate-doom-f75826fa71ff17f3b8852918e9051ddee9f5e119.zip
Text mode emulation code
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 146
Diffstat (limited to 'textscreen/Makefile.am')
-rw-r--r--textscreen/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/textscreen/Makefile.am b/textscreen/Makefile.am
new file mode 100644
index 00000000..2aaec244
--- /dev/null
+++ b/textscreen/Makefile.am
@@ -0,0 +1,8 @@
+
+AM_CFLAGS = @SDL_CFLAGS@
+
+noinst_LIBRARIES=libtextscreen.a
+
+libtextscreen_a_SOURCES = txt_main.c txt_main.h txt_font.h
+
+