diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2017-04-24 13:52:27 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2017-04-25 11:22:51 +0200 |
commit | 2ccda863c2136c0fa98d07b6863b2c9062149c48 (patch) | |
tree | 497bf8e6ed1051f23ea4ffcbab2a7cb7ba650150 /gee | |
parent | 955ef3e1d216e84b1a88ca1273d069f21bc093d1 (diff) | |
download | vala-2ccda863c2136c0fa98d07b6863b2c9062149c48.tar.gz |
build: Use --use-header for libraries
Reduces the size of generated c-sources while avoiding redefinitions.
Diffstat (limited to 'gee')
-rw-r--r-- | gee/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gee/Makefile.am b/gee/Makefile.am index 60ffe54b7..e51f8b541 100644 --- a/gee/Makefile.am +++ b/gee/Makefile.am @@ -43,6 +43,7 @@ gee.vapi gee.vala.stamp: $(libgee_la_VALASOURCES) $(VALAFLAGS) \ -C \ --vapidir $(top_srcdir)/vapi --pkg gobject-2.0 \ + --use-header \ -H valagee.h \ --library gee \ $^ |