define LOGGROUP
authorKlaus Kaempf <kkaempf@suse.de>
Mon, 20 Feb 2006 18:09:32 +0000 (18:09 +0000)
committerKlaus Kaempf <kkaempf@suse.de>
Mon, 20 Feb 2006 18:09:32 +0000 (18:09 +0000)
zypp/Makefile.am
zypp/zypp_detail/Makefile.am

index 4594cd704e55f5adb2bfe4a61e71a6777eef3b0d..5edea2f2cfdce3fe6ac8d3f196859ad4ddddde7d 100644 (file)
@@ -4,6 +4,8 @@
 SUBDIRS = base thread url media capability detail pool parser \
        source target solver zypp_detail ui
 
+INCLUDES = -DZYPP_BASE_LOGGER_LOGGROUP=\"zypp\"
+
 ## ##################################################
 
 pkginclude_HEADERS = NeedAType.h \
index 1734a7cf208d9e151d54b9055cc775dd00bb4684..b916ff1f18e22a165b5c6b7ee98aa7290c64771e 100644 (file)
@@ -3,6 +3,8 @@
 
 SUBDIRS =
 
+INCLUDES = -DZYPP_BASE_LOGGER_LOGGROUP=\"zypp_detail\"
+
 ## ##################################################
 
 baseincludedir = $(pkgincludedir)/zypp_detail