summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 09eb6bdf6e50ce037c07fc63e4e4e0fb15175679 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
AUTOMAKE_OPTIONS = subdir-objects
EXTRA_DIST = include unix windows

if WINDOWS
PLATFORM=windows
else
PLATFORM=unix
endif

bin_PROGRAMS = terminal-media-launcher
terminal_media_launcher_SOURCES = cache.c draw.c read_cfg.c group.c entry.c $(PLATFORM)/cache.c $(PLATFORM)/draw.c $(PLATFORM)/read_cfg.c
terminal_media_launcher_LDADD = @CURSES_LIBS@
terminal_media_launcher_CPPFLAGS = @CURSES_CFLAGS@