From 0057293c1cb3f3d001ba3dd262ac3e715378452a Mon Sep 17 00:00:00 2001 From: bertrand Date: Sun, 18 Apr 1999 10:44:38 +0000 Subject: some work log system for camel some utilities for GString objects 1999-04-18 bertrand * camel/camel-folder.c: some work * camel/camel-log.c: log system for camel * camel/gstring-util.c: some utilities for GString objects Work on obmail translation. Bertrand svn path=/trunk/; revision=851 --- camel/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'camel/Makefile.am') diff --git a/camel/Makefile.am b/camel/Makefile.am index 3f51452430..2e8d987404 100644 --- a/camel/Makefile.am +++ b/camel/Makefile.am @@ -12,10 +12,14 @@ INCLUDES = -I.. -I$(srcdir)/.. -I$(includedir) \ $(GTK_INCLUDEDIR) libcamel_la_SOURCES = \ - camel-folder.c + camel-log.c \ + camel-folder.c \ + gstring-util.c libcamelinclude_HEADERS = \ - camel-folder.h + camel-log.h \ + camel-folder.h \ + gstring-util.h libcamel_la_LDFLAGS = -version-info 0:0:0 -rpath $(libdir) -- cgit v1.2.3