diff options
Diffstat (limited to 'textscreen/Makefile.am')
-rw-r--r-- | textscreen/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textscreen/Makefile.am b/textscreen/Makefile.am index 14a6b076..13056f66 100644 --- a/textscreen/Makefile.am +++ b/textscreen/Makefile.am @@ -12,6 +12,7 @@ libtextscreen_a_SOURCES = \ 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 \ |