Skip to content

Commit

Permalink
Updated webroot contents
Browse files Browse the repository at this point in the history
  • Loading branch information
teusbenschop committed Jan 21, 2024
1 parent 3b7dc03 commit cc15a18
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 683 deletions.
10 changes: 1 addition & 9 deletions 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 unittest generate
bin_PROGRAMS = server generate

server_SOURCES = executable/bibledit.cpp

Expand Down Expand Up @@ -635,11 +635,7 @@ 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 @@ -657,11 +653,7 @@ 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 cc15a18

Please sign in to comment.