From 6f8ac36f6644466131b548f0a8a42e260d181aa5 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Fri, 30 Apr 2010 19:38:24 +0000 Subject: Add textscreen Doxyfile to dist. Add .desktop file to svn:ignore. Add opl ctags file to localvimrc. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1922 --- textscreen/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'textscreen') diff --git a/textscreen/Makefile.am b/textscreen/Makefile.am index b8904520..d6863ca9 100644 --- a/textscreen/Makefile.am +++ b/textscreen/Makefile.am @@ -9,6 +9,8 @@ SUBDIRS= . examples noinst_LIBRARIES=libtextscreen.a +EXTRA_DIST=Doxyfile + libtextscreen_a_SOURCES = \ textscreen.h \ txt_checkbox.c txt_checkbox.h \ @@ -21,11 +23,11 @@ libtextscreen_a_SOURCES = \ txt_button.c txt_button.h \ txt_label.c txt_label.h \ txt_radiobutton.c txt_radiobutton.h \ - txt_scrollpane.c txt_scrollpane.h \ + txt_scrollpane.c txt_scrollpane.h \ txt_separator.c txt_separator.h \ txt_spinctrl.c txt_spinctrl.h \ txt_sdl.c txt_sdl.h \ - txt_smallfont.h \ + txt_smallfont.h \ txt_strut.c txt_strut.h \ txt_table.c txt_table.h \ txt_widget.c txt_widget.h \ -- cgit v1.2.3