diff options
author | Milan Crha <mcrha@redhat.com> | 2013-04-12 15:52:56 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2013-04-12 15:52:56 +0800 |
commit | 8c251448dc43cba28f29517d4920322cc91c8e06 (patch) | |
tree | 081c6b089dae190e6d147f9aecea745ff82c58a3 /Makefile.am | |
parent | ed1b2fb86fea5a1d2c03b06b5305556f2ed6d731 (diff) | |
download | gsoc2013-evolution-8c251448dc43cba28f29517d4920322cc91c8e06.tar gsoc2013-evolution-8c251448dc43cba28f29517d4920322cc91c8e06.tar.gz gsoc2013-evolution-8c251448dc43cba28f29517d4920322cc91c8e06.tar.bz2 gsoc2013-evolution-8c251448dc43cba28f29517d4920322cc91c8e06.tar.lz gsoc2013-evolution-8c251448dc43cba28f29517d4920322cc91c8e06.tar.xz gsoc2013-evolution-8c251448dc43cba28f29517d4920322cc91c8e06.tar.zst gsoc2013-evolution-8c251448dc43cba28f29517d4920322cc91c8e06.zip |
Bug #681837 - Make enum type registration thread safe
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 888734a783..856e459102 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,6 +25,8 @@ EXTRA_DIST = \ MAINTAINERS \ NEWS \ NEWS-1.0 \ + enumtypes.c.template \ + enumtypes.h.template \ marshal.mk \ iconv-detect.c \ plugin.mk \ |