diff options
author | Simon Howard | 2006-05-21 21:01:46 +0000 |
---|---|---|
committer | Simon Howard | 2006-05-21 21:01:46 +0000 |
commit | d90a63ed267516f8d35b4d8399dbcb5e52a1e692 (patch) | |
tree | ba315a696d5df8ea4fd7ecd7a5ee213a2bbf9c10 | |
parent | 992856ec4fe1a55a39e91a5a935d4c0a717f1b1a (diff) | |
download | chocolate-doom-d90a63ed267516f8d35b4d8399dbcb5e52a1e692.tar.gz chocolate-doom-d90a63ed267516f8d35b4d8399dbcb5e52a1e692.tar.bz2 chocolate-doom-d90a63ed267516f8d35b4d8399dbcb5e52a1e692.zip |
Reformat source files in Makefile.am.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 500
-rw-r--r-- | textscreen/Makefile.am | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/textscreen/Makefile.am b/textscreen/Makefile.am index 13056f66..004aea98 100644 --- a/textscreen/Makefile.am +++ b/textscreen/Makefile.am @@ -4,19 +4,19 @@ AM_CFLAGS = @SDL_CFLAGS@ -I../src noinst_LIBRARIES=libtextscreen.a bin_PROGRAMS=guitest -libtextscreen_a_SOURCES = \ - txt_checkbox.c txt_checkbox.h \ - txt_desktop.c txt_desktop.h \ - txt_gui.c txt_gui.h \ - txt_io.c txt_io.h \ - txt_main.c txt_main.h \ - txt_button.c txt_button.h \ - txt_label.c txt_label.h \ - txt_radiobutton.c txt_radiobutton.h \ - txt_separator.c txt_separator.h\ - txt_table.c txt_table.h \ - txt_widget.c txt_widget.h \ - txt_window.c txt_window.h \ +libtextscreen_a_SOURCES = \ + txt_checkbox.c txt_checkbox.h \ + txt_desktop.c txt_desktop.h \ + txt_gui.c txt_gui.h \ + txt_io.c txt_io.h \ + txt_main.c txt_main.h \ + txt_button.c txt_button.h \ + txt_label.c txt_label.h \ + txt_radiobutton.c txt_radiobutton.h \ + txt_separator.c txt_separator.h \ + txt_table.c txt_table.h \ + txt_widget.c txt_widget.h \ + txt_window.c txt_window.h \ txt_font.h guitest_LDADD = @SDL_LIBS@ libtextscreen.a |