diff options
author | Jasmine Hassan <[email protected]> | 2012-11-11 06:38:09 +0200 |
---|---|---|
committer | Jasmine Hassan <[email protected]> | 2012-11-11 08:01:15 +0200 |
commit | bfc5cbef4b0d3a95246d38af041f668068afda57 (patch) | |
tree | f27144e1a667e0440499b0a7522f2a5ceed08ac5 /libmate-desktop/libmateui | |
parent | c0080bd8df9c7e0edb7d3a406a40336e4229ac82 (diff) | |
download | mate-desktop-bfc5cbef4b0d3a95246d38af041f668068afda57.tar.bz2 mate-desktop-bfc5cbef4b0d3a95246d38af041f668068afda57.tar.xz |
[build] Update all Makefile.am to more recent standards
http://git.gnome.org/browse/gnome-desktop/commit/?id=4c3d78c930ecb833a677f534ef6cd697d3d92169
Diffstat (limited to 'libmate-desktop/libmateui')
-rw-r--r-- | libmate-desktop/libmateui/Makefile.am | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libmate-desktop/libmateui/Makefile.am b/libmate-desktop/libmateui/Makefile.am index ca42525..413fee0 100644 --- a/libmate-desktop/libmateui/Makefile.am +++ b/libmate-desktop/libmateui/Makefile.am @@ -1,10 +1,10 @@ libmateui_desktopdir = $(includedir)/mate-desktop-2.0/libmateui -libmateui_desktop_HEADERS = \ - mate-bg.h \ - mate-bg-crossfade.h \ - mate-desktop-thumbnail.h \ - mate-rr.h \ - mate-rr-config.h \ +libmateui_desktop_HEADERS = \ + mate-bg.h \ + mate-bg-crossfade.h \ + mate-desktop-thumbnail.h \ + mate-rr.h \ + mate-rr-config.h \ mate-rr-labeler.h -include $(top_srcdir)/git.mk |