~libzeitgeist-developers/libzeitgeist/giomodule

« back to all changes in this revision

Viewing changes to module/Makefile.am

  • Committer: Mikkel Kamstrup Erlandsen
  • Date: 2010-08-19 07:32:49 UTC
  • Revision ID: mikkel.kamstrup@gmail.com-20100819073249-zzzuvy0b0u6khp0e
Add namespaced log domains to output

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
        -I$(top_srcdir) \
13
13
        -I$(top_srcdir)/src \
14
14
        $(ZEITGEIST_GIOMODULE_CFLAGS)  \
 
15
        -DG_LOG_DOMAIN=\"ZeitgeistGIOModule\" \
15
16
        $(NULL)
16
17
 
17
18
module_flags = -export_dynamic -avoid-version -module -no-undefined -export-symbols-regex '^g_io_module_(load|unload)'