Added an elastic string buffer class to libcitadel. Why do I have a feeling I'm...
[citadel.git] / libcitadel / Makefile.in
index 5aa22235207b91ac5bdaf2a1167e62ac8913512a..ae5d4d664c4c824911d5805d75d8be31e9e0020d 100755 (executable)
@@ -79,6 +79,7 @@ install: $(LIBRARY) $(APIHEADER) install-pkgconfigDATA
        $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
        $(LIBTOOL) --mode=install $(INSTALL) $(LIBRARY) $(DESTDIR)$(libdir)/$(LIBRARY)
        for FN in $(APIHEADER) ; do $(INSTALL_DATA) $$FN $(DESTDIR)$(includedir) ; done
+       ldconfig || true
 
 uninstall:
        $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$(LIBRARY)
@@ -131,7 +132,8 @@ LIB_OBJS = lib/libcitadel.lo \
        lib/xdgmime/xdgmimealias.lo \
        lib/xdgmime/xdgmimeparent.lo \
        lib/xdgmime/xdgmimecache.lo \
-       lib/html_to_ascii.lo
+       lib/html_to_ascii.lo \
+       lib/array.lo
 
 $(LIBRARY): $(LIB_OBJS)
        $(LINK_LIB) $(LIB_OBJS)
@@ -155,6 +157,7 @@ lib/xdgmime/xdgmimealias.lo:  lib/xdgmime/xdgmimealias.c
 lib/xdgmime/xdgmimeparent.lo:  lib/xdgmime/xdgmimeparent.c 
 lib/xdgmime/xdgmimecache.lo: lib/xdgmime/xdgmimecache.c
 lib/html_to_ascii.lo: lib/html_to_ascii.c
+lib/tools.lo: lib/tools.c
 
 .SUFFIXES: .c .cpp .lo .o