diff options
author | Stefano Karapetsas <[email protected]> | 2013-07-24 12:59:41 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-07-24 12:59:41 +0200 |
commit | 0ce1c49df08fc1afcdb33beea7b942c67ca9d850 (patch) | |
tree | 02fa0c29cf6c5061276a0216dbf19624e6a16f96 | |
parent | 8e81604f27ab1314b3a2ecc73b489ceee0d10fdb (diff) | |
download | mate-desktop-0ce1c49df08fc1afcdb33beea7b942c67ca9d850.tar.bz2 mate-desktop-0ce1c49df08fc1afcdb33beea7b942c67ca9d850.tar.xz |
Fix typo in previous commit
-rw-r--r-- | libmate-desktop/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmate-desktop/Makefile.am b/libmate-desktop/Makefile.am index 8c27b12..096a2ed 100644 --- a/libmate-desktop/Makefile.am +++ b/libmate-desktop/Makefile.am @@ -30,7 +30,7 @@ libmate_desktop_2_la_SOURCES = \ mate-desktop-utils.c \ mate-desktop-thumbnail.c \ mate-thumbnail-pixbuf-utils.c \ - mate-dconf.h \ + mate-dconf.c \ mate-bg.c \ mate-bg-crossfade.c \ display-name.c \ |