diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-09-26 20:26:08 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-09-26 20:26:08 +0100 |
commit | b55d7c920d1107f5d1a60b6607fd2fd97ca9c0d4 (patch) | |
tree | 273ece32ab7d637c89b60322b1944dadee11fe2a /extensions/Makefile.am | |
parent | d178b14eea760c81721de508af55273e8a3b5288 (diff) |
extensions: distribute the OLPC extensions' XML, fixing distcheck
Diffstat (limited to 'extensions/Makefile.am')
-rw-r--r-- | extensions/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/extensions/Makefile.am b/extensions/Makefile.am index 3f3725f9c..f5e986696 100644 --- a/extensions/Makefile.am +++ b/extensions/Makefile.am @@ -5,7 +5,9 @@ EXTRA_DIST = \ Channel_Bundle.xml \ Channel_Future.xml \ OLPC_Activity_Properties.xml \ - OLPC_Buddy_Info.xml + OLPC_Buddy_Info.xml \ + OLPC_Gadget.xml \ + OLPC_View.xml noinst_LTLIBRARIES = libgabble-extensions.la |