summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 561c7677a614dc1bcc469f5f54d7b8080d020cbe (plain)
1
2
3
4
5
6
7
8
AUTOMAKE_OPTIONS = subdir-objects

LIBS = -lncurses

bin_PROGRAMS = terminal_media_launcher

terminal_media_launcher_SOURCES = cache.c draw.c read_cfg.c group.c entry.c unix/cache.c unix/draw.c unix/read_cfg.c
terminal_media_launcher_LDADD = $(LIBS)