[libgsystem] Revert "gsystemlog.la: New library which wraps sd_journal"



commit 0c232faa9d74a39358d75a098af25776a2e00529
Author: Colin Walters <walters verbum org>
Date:   Tue Jan 15 21:50:42 2013 -0500

    Revert "gsystemlog.la: New library which wraps sd_journal"
    
    This reverts commit 7229abafe3f8fac571cc1032dbfa16fce8954ade.
    After some discussion here:
    https://bugzilla.gnome.org/show_bug.cgi?id=691785
    and in person, Ray and I decided to not have a generic systemd/syslog
    wrapper here.

 Makefile-libgsystem.am |   19 ---------
 gsystem-log-syslog.c   |   47 ---------------------
 gsystem-log-systemd.c  |  104 ------------------------------------------------
 gsystem-log.h          |   36 ----------------
 libgsystem-testlog.c   |   35 ----------------
 5 files changed, 0 insertions(+), 241 deletions(-)
---
diff --git a/Makefile-libgsystem.am b/Makefile-libgsystem.am
index 6110a33..adc997f 100644
--- a/Makefile-libgsystem.am
+++ b/Makefile-libgsystem.am
@@ -31,25 +31,6 @@ libgsystem_la_SOURCES = \
 	$(libgsystem_srcpath)/gsystem-subprocess.c \
 	$(libgsystem_srcpath)/libgsystem.h \
 	$(NULL)
-
 libgsystem_la_CFLAGS = $(AM_CFLAGS) $(libgsystem_cflags)
 libgsystem_la_LDFLAGS = -avoid-version -Bsymbolic-functions -export-symbols-regex "^gs_" -no-undefined -export-dynamic
 libgsystem_la_LIBADD = $(libgsystem_libs)
-
-libgsystemlog_la_CFLAGS = $(libgsystem_la_CFLAGS)
-libgsystemlog_la_LDFLAGS = $(libgsystem_la_LDFLAGS)
-libgsystemlog_la_LIBADD = $(libgsystem_la_LIBADD)
-libgsystemlog_la_SOURCES = $(libgsystem_srcpath)/gsystem-log.h
-if HAVE_SYSTEMD_JOURNAL
-libgsystemlog_la_SOURCES += $(libgsystem_srcpath)/gsystem-log-systemd.c
-libgsystemlog_la_CFLAGS += $(SYSTEMD_JOURNAL_CFLAGS)
-libgsystemlog_la_LIBADD += $(SYSTEMD_JOURNAL_LIBS)
-else
-libgsystemlog_la_SOURCES += $(libgsystem_srcpath)/gsystem-log-syslog.c
-endif
-
-noinst_LTLIBRARIES += libgsystemlog.la
-noinst_PROGRAMS += libgsystem-testlog
-libgsystem_testlog_SOURCES = $(libgsystem_srcpath)/libgsystem-testlog.c
-libgsystem_testlog_CFLAGS = $(libgsystem_la_CFLAGS)
-libgsystem_testlog_LDADD = libgsystemlog.la $(libgsystem_libs)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]