define LOGGROUP
authorKlaus Kaempf <kkaempf@suse.de>
Mon, 13 Feb 2006 12:41:12 +0000 (12:41 +0000)
committerKlaus Kaempf <kkaempf@suse.de>
Mon, 13 Feb 2006 12:41:12 +0000 (12:41 +0000)
zypp/source/susetags/Makefile.am
zypp/source/yum/Makefile.am

index dd50685..d39ad04 100644 (file)
@@ -3,6 +3,10 @@
 
 SUBDIRS =
 
+INCLUDES =                                             \
+       -DZYPP_BASE_LOGGER_LOGGROUP=\"susetags\"
+
+
 ## ##################################################
 
 sourceincludedir = $(pkgincludedir)/source
index a19a0c4..e4516c4 100644 (file)
@@ -3,6 +3,9 @@
 
 SUBDIRS =
 
+INCLUDES =                                             \
+       -DZYPP_BASE_LOGGER_LOGGROUP=\"yum\"
+
 ## ##################################################
 
 sourceyumincludedir = $(pkgincludedir)/source/yum