Skip to content

Commit

Permalink
Set G_LOG_DOMAIN for proper GLib error reporting/logging
Browse files Browse the repository at this point in the history
  • Loading branch information
eht16 committed Feb 22, 2016
1 parent 5defa37 commit d11b4eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Makefile.am
Expand Up @@ -5,6 +5,7 @@ geanypy_la_LDFLAGS = -module -avoid-version -Wl,--export-dynamic
geanypy_la_CPPFLAGS = @GEANY_CFLAGS@ @PYGTK_CFLAGS@ @PYTHON_CPPFLAGS@ \
-DGEANYPY_PYTHON_DIR="\"$(libdir)/geany/geanypy\"" \
-DGEANYPY_PLUGIN_DIR="\"$(datadir)/geany/geanypy/plugins\"" \
-DG_LOG_DOMAIN=\"GeanyPy\" \
-UHAVE_CONFIG_H
geanypy_la_LIBADD = @GEANY_LIBS@ @PYGTK_LIBS@ \
$(PYTHON_LDFLAGS) $(PYTHON_LIBS) \
Expand Down

0 comments on commit d11b4eb

Please sign in to comment.