diff options
author | Louie Shprung <lshprung@tutanota.com> | 2024-08-04 17:19:08 -0400 |
---|---|---|
committer | Louie Shprung <lshprung@tutanota.com> | 2024-08-04 17:19:08 -0400 |
commit | a23c315905c126667f13091989ca2879b5337582 (patch) | |
tree | 23eb508647bf90ca18282df2ab2c9cf1f3661bbd /src/Makefile.am | |
parent | e1754801f53842c289e8c75cd29ce239693f0c19 (diff) |
Hello lua
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 80a550c..7fbb284 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,8 +3,8 @@ EXTRA_DIST = include unix windows 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@ +terminal_media_launcher_LDADD = @CURSES_LIBS@ @LUA_LIB@ +terminal_media_launcher_CPPFLAGS = @CURSES_CFLAGS@ @LUA_INCLUDE@ if WINDOWS PLATFORM=windows |