diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | 2011-03-25 14:29:15 -0400 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | 2011-03-25 14:29:39 -0400 |
commit | 854fe9602943ded67ca6e5e0963e9833864f066a (patch) | |
tree | 5546072bf32989de73d3809a01c8387efc6123da | |
parent | e7de54d4af99aa83672cb83c7b9bd45de55a5816 (diff) |
Fix typo when adding .client files to EXTRA_DIST
-rw-r--r-- | data/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 69953bf..a4002f0 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -26,7 +26,7 @@ EXTRA_DIST = \ $(gsettings_files) \ $(clientfile_DATA) \ $(servicefile_in_files) \ - $(client_file_parts) + $(clientfile_parts) CLEANFILES = \ $(gsettings_SCHEMAS) \ |