Skip to content

Commit

Permalink
fix incorrect commits
Browse files Browse the repository at this point in the history
  • Loading branch information
teusbenschop committed Jan 23, 2024
1 parent 601fe66 commit 679f7d5
Show file tree
Hide file tree
Showing 1,251 changed files with 690,741 additions and 6,534 deletions.
10 changes: 9 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ libbibledit_a_SOURCES = \
tidy/tmbstr.c \
tidy/utf8.c

bin_PROGRAMS = server generate
bin_PROGRAMS = server unittest generate

server_SOURCES = executable/bibledit.cpp

Expand Down Expand Up @@ -635,7 +635,11 @@ AM_CXXFLAGS += $(GTK_CFLAGS)
AM_CXXFLAGS += $(WEBKIT2GTK_CFLAGS)
AM_CXXFLAGS += $(ICU_CFLAGS)
AM_CXXFLAGS += $(XML2_CFLAGS)
AM_CXXFLAGS += $(UTF8PROC_CFLAGS)
AM_CXXFLAGS += $(GUMBO_CFLAGS)
# AM_CXXFLAGS += $(TIDY_CFLAGS) -I/usr/include/tidy
AM_CXXFLAGS += $(PUGIXML_CFLAGS)
AM_CXXFLAGS += $(GTEST_CFLAGS)

if MACFLAGS
# Building Bibledit for macOS for two architectures
Expand All @@ -653,7 +657,11 @@ LIBS += $(GTK_LIBS)
LIBS += $(WEBKIT2GTK_LIBS)
LIBS += $(ICU_LIBS)
LIBS += $(XML2_LIBS)
LIBS += $(UTF8PROC_LIBS)
LIBS += $(GUMBO_LIBS)
# LIBS += $(TIDY_LIBS)
LIBS += $(PUGIXML_LIBS)
LIBS += $(GTEST_LIBS)

# The core library compiles and embeds the mbedtls library.
# On Debian this gives a lintian error:
Expand Down
Loading

0 comments on commit 679f7d5

Please sign in to comment.