diff --git a/Makefile.am b/Makefile.am index c8fb3df416..c941a53e43 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,7 +12,7 @@ AM_LDFLAGS = -L$(PREFIX)/lib AM_LDFLAGS += $(shell $(APR_CONFIG) --link-ld --libs ) AM_CFLAGS += $(shell $(APU_CONFIG) --includes) AM_LDFLAGS += $(shell $(APU_CONFIG) --link-ld --libs ) -lsqlite3 -AM_LDFLAGS += -lresample -lm -L/usr/local/lib/db42 -L/usr/local/lib +AM_LDFLAGS += -lhowl -lresample -lm -L/usr/local/lib/db42 -L/usr/local/lib OSARCH=$(shell uname -s) if ISLINUX AM_LDFLAGS += -Wl,-E diff --git a/Makefile.in b/Makefile.in index 9ebc7b61dc..18ce55ab6c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -245,8 +245,9 @@ AM_CFLAGS = -I$(PREFIX)/include $(shell $(APR_CONFIG) --cflags \ -DSWITCH_CONF_DIR=\"$(PREFIX)/conf\" \ -DSWITCH_DB_DIR=\"$(PREFIX)/db\" AM_LDFLAGS = -L$(PREFIX)/lib $(shell $(APR_CONFIG) --link-ld --libs ) \ - $(shell $(APU_CONFIG) --link-ld --libs ) -lsqlite3 -lresample \ - -lm -L/usr/local/lib/db42 -L/usr/local/lib $(am__append_1) + $(shell $(APU_CONFIG) --link-ld --libs ) -lsqlite3 -lhowl \ + -lresample -lm -L/usr/local/lib/db42 -L/usr/local/lib \ + $(am__append_1) OSARCH = $(shell uname -s) @ISMAC_FALSE@SOLINK = -shared -Xlinker -x @ISMAC_TRUE@SOLINK = -dynamic -bundle -undefined suppress -force_flat_namespace