define loggroup
authorKlaus Kaempf <kkaempf@suse.de>
Mon, 13 Feb 2006 12:59:52 +0000 (12:59 +0000)
committerKlaus Kaempf <kkaempf@suse.de>
Mon, 13 Feb 2006 12:59:52 +0000 (12:59 +0000)
zypp/target/store/Makefile.am

index a0f7ced..aa3cd43 100644 (file)
@@ -3,6 +3,9 @@
 
 SUBDIRS = xml
 
+INCLUDES =                                             \
+       -DZYPP_BASE_LOGGER_LOGGROUP=\"store\"
+
 ## ##################################################
 
 targetstoreincludedir = $(pkgincludedir)/target/store
@@ -18,4 +21,4 @@ lib@PACKAGE@_target_store_la_SOURCES = PersistentStorage.cc Backend.cc XMLFilesB
 lib@PACKAGE@_target_store_la_LIBADD = -lboost_regex -lboost_filesystem \
        xml/lib@PACKAGE@_target_xml.la
 
-## ##################################################
\ No newline at end of file
+## ##################################################