File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -572,9 +572,9 @@ PLUGIN_SRCS = \
572572 file_vtab.cc
573573
574574if HAVE_WINDRES
575- WIN_SRCS = lnavres.o
575+ WIN_OBJS = lnavres.$( OBJEXT )
576576else
577- WIN_SRCS =
577+ WIN_OBJS =
578578endif
579579
580580lnav_SOURCES = \
@@ -584,7 +584,7 @@ lnav_SOURCES = \
584584 lnav.management_cli.cc \
585585 $(PLUGIN_SRCS )
586586
587- lnav_LDADD = $(WIN_SRCS )
587+ lnav_LDADD = $(WIN_OBJS ) $( LDADD )
588588
589589lnav_test_SOURCES = \
590590 lnav.cc \
@@ -607,6 +607,8 @@ RE2C_FILES = data_scanner_re.cc log_level_re.cc
607607endif
608608
609609EXTRA_DIST = \
610+ lnav.ico \
611+ lnavres.rc \
610612 third-party/prqlc-c/Cargo.lock \
611613 third-party/prqlc-c/Cargo.toml \
612614 third-party/prqlc-c/cbindgen.toml \
File renamed without changes.
Original file line number Diff line number Diff line change 11#include <windows.h>
2- #include "resource.h"
32
43// Application Icon
54IDI_ICON1 ICON "lnav.ico"
You can’t perform that action at this time.
0 commit comments