summaryrefslogtreecommitdiff
path: root/textscreen/Makefile.am
blob: 17f9f39d9654f7589cf8e2a712e331bbf21f831d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
AM_CFLAGS = @SDL_CFLAGS@ -I../src

noinst_LIBRARIES=libtextscreen.a
bin_PROGRAMS=guitest

libtextscreen_a_SOURCES =              \
	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_separator.c txt_separator.h\
	txt_widget.c  txt_widget.h     \
	txt_window.c  txt_window.h     \
	txt_font.h

guitest_LDADD = @SDL_LIBS@ libtextscreen.a
guitest_SOURCES = guitest.c