Added hardening compiler flags in the spec file.
[platform/upstream/glib-networking.git] / glib-networking.mk
1 ### glib-networking declarations
2
3 module_flags = -export_dynamic -avoid-version -module -no-undefined -export-symbols-regex '^g_io_module_(load|unload|query)'
4
5 giomoduledir = $(GIO_MODULE_DIR)
6
7 AM_CPPFLAGS =                          \
8        -DG_LOG_DOMAIN=\"GLib-Net\"     \
9        -DLOCALE_DIR=\""$(localedir)"\" \
10        -DG_DISABLE_DEPRECATED          \
11        $(GLIB_CFLAGS)                  \
12        $(NULL)
13
14 include $(top_srcdir)/glib.mk