Skip to content

Commit 530b19d

Browse files
committed
Fix make distcheck
1 parent e4b4b3d commit 530b19d

File tree

2 files changed

+22
-157
lines changed

2 files changed

+22
-157
lines changed

Makefile.am

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,31 @@ bin_PROGRAMS = \
3737
src/sidplayfp \
3838
src/stilview
3939

40+
#=========================================================
41+
#fmt
42+
fmt_SOURCES = \
43+
libs/fmt/args.h \
44+
libs/fmt/base.h \
45+
libs/fmt/chrono.h \
46+
libs/fmt/color.h \
47+
libs/fmt/compile.h \
48+
libs/fmt/core.h \
49+
libs/fmt/format-inl.h \
50+
libs/fmt/format.cc \
51+
libs/fmt/format.h \
52+
libs/fmt/os.cc \
53+
libs/fmt/os.h \
54+
libs/fmt/ostream.h \
55+
libs/fmt/printf.h \
56+
libs/fmt/ranges.h \
57+
libs/fmt/std.h \
58+
libs/fmt/xchar.h
59+
4060
#=========================================================
4161
# sidplayfp
4262

4363
src_sidplayfp_SOURCES = \
44-
libs/fmt/format.cc \
64+
$(fmt_SOURCES) \
4565
src/IniConfig.cpp \
4666
src/IniConfig.h \
4767
src/args.cpp \
@@ -104,7 +124,7 @@ $(W32_LIBS)
104124
# stilview
105125

106126
src_stilview_SOURCES = \
107-
libs/fmt/format.cc \
127+
$(fmt_SOURCES) \
108128
src/codeConvert.cpp \
109129
src/codeConvert.h \
110130
$(ICONV_SOURCES) \

libs/fmt/fmt.cc

Lines changed: 0 additions & 155 deletions
This file was deleted.

0 commit comments

Comments
 (0)