diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-02-21 20:28:34 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-02-21 20:28:34 -0500 |
commit | 9a08cd5b042a1550cd446724e1ce71ff5379ed2b (patch) | |
tree | 15f1edb44e11cc4ea9f723c93a774eb6fce68b2d | |
parent | ef497e8e64100f672509b8398a9805677ce80bcb (diff) |
More distcheck fixes
-rw-r--r-- | glib/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/glib/Makefile.am b/glib/Makefile.am index 2c565ba3b..97eae4543 100644 --- a/glib/Makefile.am +++ b/glib/Makefile.am @@ -174,7 +174,9 @@ libglib_2_0_la_SOURCES = \ gunicodeprivate.h \ gurifuncs.c \ gutils.c \ + gvariant.h \ gvariant.c \ + gvariant-core.h \ gvariant-core.c \ gvariant-serialiser.h \ gvariant-serialiser.c \ |