SF.net SVN: geany-plugins:[1404] trunk/geany-plugins/geanygendoc/src/ Makefile.am

colombanw at users.sourceforge.net colombanw at xxxxx
Sun May 23 22:37:11 UTC 2010


Revision: 1404
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1404&view=rev
Author:   colombanw
Date:     2010-05-23 22:37:11 +0000 (Sun, 23 May 2010)

Log Message:
-----------
GeanyGenDoc: Set the G_LOG_DOMAIN

Set the G_LOG_DOMAIN constant to make the log message of the plugin
easily identifiable from those of Geany or other plugins.

Modified Paths:
--------------
    trunk/geany-plugins/geanygendoc/src/Makefile.am

Modified: trunk/geany-plugins/geanygendoc/src/Makefile.am
===================================================================
--- trunk/geany-plugins/geanygendoc/src/Makefile.am	2010-05-23 22:36:52 UTC (rev 1403)
+++ trunk/geany-plugins/geanygendoc/src/Makefile.am	2010-05-23 22:37:11 UTC (rev 1404)
@@ -32,6 +32,7 @@
                          ggd-utils.h \
                          ggd-widget-frame.h \
                          ggd-widget-doctype-selector.h
+geanygendoc_la_CPPFLAGS= -DG_LOG_DOMAIN=\"GeanyGenDoc\"
 geanygendoc_la_CFLAGS  = $(AM_CFLAGS) \
                          @GLIB_CFLAGS@ \
                          @GIO_CFLAGS@ \


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list