diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-03-26 23:29:26 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-03-26 23:29:26 +0000 |
| commit | e23cd9e32f2ccd6593c9cf28b91a9076712f318e (patch) | |
| tree | 0f5706c20cd825e2ec1361a62d64c7ac7daf3c06 /Makefile | |
| parent | 2b816744d65e444903facb02598f0b7f6d73a373 (diff) | |
| download | tipidee-e23cd9e32f2ccd6593c9cf28b91a9076712f318e.tar.gz | |
AI policies; better -lskarnet error message
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -190,6 +190,9 @@ lib%.a.xyzzy: lib%.so.xyzzy: exec $(CC) -o $@ $(CFLAGS_ALL) $(CFLAGS_SHARED) $(LDFLAGS_ALL) $(LDFLAGS_SHARED) -Wl,-soname,$(patsubst lib%.so.xyzzy,lib%.so.$(version_M),$@) -Wl,-rpath=$(dynlibdir) $^ $(EXTRA_LIBS) $(LDLIBS) +-lskarnet: + $(error Unable to link against skalibs. Check that you are using the correct --with-lib or --with-dynlib options; see ./configure --help) + .PHONY: it all clean distclean tests check tgz strip install install-dynlib install-bin install-lib install-include install-pkgconfig .DELETE_ON_ERROR: |
