diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-03-26 17:38:57 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-03-26 17:38:57 +0000 |
| commit | a06a05b49562c9feb228bb5f5616077a3bf6ae87 (patch) | |
| tree | ad3029a804515b5d276217698dc66093130043c8 /Makefile | |
| parent | ee6bcedc75be694ce3453e51682f297a54003e58 (diff) | |
| download | utmps-a06a05b49562c9feb228bb5f5616077a3bf6ae87.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: |
