Skip to content

Commit

Permalink
build: Pass some useful G_LOG_DOMAIN definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
ricotz committed Apr 24, 2019
1 parent d4da5be commit f938139
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions ccode/Makefile.am
Expand Up @@ -3,6 +3,7 @@ include $(top_srcdir)/Makefile.common
NULL =

AM_CPPFLAGS = \
-DG_LOG_DOMAIN=\"vala-ccode\" \
$(COVERAGE_CFLAGS) \
-I$(top_srcdir)/gee \
-I$(top_srcdir)/vala \
Expand Down
1 change: 1 addition & 0 deletions codegen/Makefile.am
Expand Up @@ -3,6 +3,7 @@ include $(top_srcdir)/Makefile.common
NULL =

AM_CPPFLAGS = \
-DG_LOG_DOMAIN=\"vala-ccodegen\" \
$(COVERAGE_CFLAGS) \
-I$(top_srcdir)/gee \
-I$(top_srcdir)/ccode \
Expand Down
1 change: 1 addition & 0 deletions compiler/Makefile.am
Expand Up @@ -3,6 +3,7 @@ include $(top_srcdir)/Makefile.common
NULL =

AM_CPPFLAGS = \
-DG_LOG_DOMAIN=\"valac\" \
$(COVERAGE_CFLAGS) \
-I$(top_srcdir)/gee \
-I$(top_srcdir)/ccode \
Expand Down
1 change: 1 addition & 0 deletions gee/Makefile.am
Expand Up @@ -3,6 +3,7 @@ include $(top_srcdir)/Makefile.common
NULL =

AM_CPPFLAGS = \
-DG_LOG_DOMAIN=\"vala\" \
$(COVERAGE_CFLAGS) \
$(GLIB_CFLAGS) \
$(NULL)
Expand Down
1 change: 1 addition & 0 deletions libvaladoc/Makefile.am
Expand Up @@ -3,6 +3,7 @@ include $(top_srcdir)/Makefile.common
NULL =

AM_CFLAGS = \
-DG_LOG_DOMAIN=\"valadoc\" \
-DPACKAGE_VALADOC_LIBDIR=\"$(libdir)/valadoc\" \
-DPACKAGE_VERSION=\"$(VERSION)\" \
$(COVERAGE_CFLAGS) \
Expand Down
1 change: 1 addition & 0 deletions vala/Makefile.am
Expand Up @@ -3,6 +3,7 @@ include $(top_srcdir)/Makefile.common
NULL =

AM_CPPFLAGS = \
-DG_LOG_DOMAIN=\"vala\" \
$(COVERAGE_CFLAGS) \
-I$(top_srcdir)/gee \
$(GLIB_CFLAGS) \
Expand Down
1 change: 1 addition & 0 deletions valadoc/Makefile.am
Expand Up @@ -9,6 +9,7 @@ SUBDIRS = \
$(NULL)

AM_CFLAGS = \
-DG_LOG_DOMAIN=\"valadoc\" \
-DPACKAGE_VALADOC_LIBDIR=\"$(libdir)/valadoc\" \
-DPACKAGE_VERSION=\"$(VERSION)\" \
-I$(top_srcdir)/libvaladoc/ \
Expand Down
1 change: 1 addition & 0 deletions valadoc/doclets/devhelp/Makefile.am
Expand Up @@ -3,6 +3,7 @@ include $(top_srcdir)/Makefile.common
NULL =

AM_CFLAGS = \
-DG_LOG_DOMAIN=\"valadoc-devhelp\" \
-DPACKAGE_VALADOC_ICONDIR=\"$(datadir)/valadoc/icons/\" \
-I$(top_srcdir)/gee/ \
-I$(top_srcdir)/vala/ \
Expand Down
1 change: 1 addition & 0 deletions valadoc/doclets/gtkdoc/Makefile.am
Expand Up @@ -3,6 +3,7 @@ include $(top_srcdir)/Makefile.common
NULL =

AM_CFLAGS = \
-DG_LOG_DOMAIN=\"valadoc-gtkdoc\" \
-DPACKAGE_VALADOC_ICONDIR=\"$(datadir)/valadoc/icons/\" \
-I$(top_srcdir)/gee/ \
-I$(top_srcdir)/vala/ \
Expand Down
1 change: 1 addition & 0 deletions valadoc/doclets/html/Makefile.am
Expand Up @@ -3,6 +3,7 @@ include $(top_srcdir)/Makefile.common
NULL =

AM_CFLAGS = \
-DG_LOG_DOMAIN=\"valadoc-html\" \
-DPACKAGE_VALADOC_ICONDIR=\"$(datadir)/valadoc/icons/\" \
-I$(top_srcdir)/gee/ \
-I$(top_srcdir)/vala/ \
Expand Down
1 change: 1 addition & 0 deletions vapigen/Makefile.am
Expand Up @@ -7,6 +7,7 @@ SUBDIRS = \
$(NULL)

AM_CPPFLAGS = \
-DG_LOG_DOMAIN=\"vapigen\" \
$(COVERAGE_CFLAGS) \
$(GLIB_CFLAGS) \
-I$(top_srcdir)/gee \
Expand Down

0 comments on commit f938139

Please sign in to comment.