claws-mail/src/common/Makefile.am
Christoph Hohmann 22f28723c5 0.8.6claws50
* src/common/Makefile.am
        add src/common/hooks.[ch]

* src/common/hooks.[ch]
        implement a simple hook system using glib's hook functions

* src/folder.[ch]
* src/folderview.c
        use new hook system for folder item updates
2002-12-02 21:50:19 +00:00

16 lines
286 B
Makefile

noinst_LTLIBRARIES = libsylpheedcommon.la
libsylpheedcommon_la_SOURCES = \
utils.c utils.h \
hooks.c hooks.h \
base64.c base64.h \
uuencode.c uuencode.h \
socket.c socket.h \
ssl.c ssl.h \
log.c log.h
INCLUDES = \
$(GLIB_CFLAGS)
libsylpheedcommon_la_LIBADD = \
$(GLIB_LIBS)