-fix make and check

This commit is contained in:
Sebastian 2022-08-18 10:34:16 -03:00
parent 246d49b379
commit cb27943f14
No known key found for this signature in database
GPG Key ID: BE4FF68352439FC1

View File

@ -18,8 +18,6 @@ libtalertemplating_la_SOURCES = \
mustach-jansson.c mustach-jansson.h \ mustach-jansson.c mustach-jansson.h \
templating_api.c templating_api.c
libtalertemplating_la_LIBADD = \ libtalertemplating_la_LIBADD = \
-ltalermhd \
-ltalerutil \
-lgnunetutil \ -lgnunetutil \
$(XLIB) $(XLIB)
libtalertemplating_la_LDFLAGS = \ libtalertemplating_la_LDFLAGS = \
@ -35,7 +33,8 @@ test_mustach_jansson_SOURCES = \
test_mustach_jansson.c test_mustach_jansson.c
test_mustach_jansson_LDADD = \ test_mustach_jansson_LDADD = \
-lgnunetutil \ -lgnunetutil \
-lmustach.la \ -ljansson \
-lmustach \
$(XLIB) $(XLIB)
check_PROGRAMS = \ check_PROGRAMS = \