diff options
author | Perberos <[email protected]> | 2011-12-08 04:01:38 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-12-08 04:01:38 -0300 |
commit | 8e68aa4f36fd333cb4f3c65efd7b0525a793299e (patch) | |
tree | 98c5d74fabbd6035f29be806b5230f9d11e0d9ed /capplets/Makefile.am | |
parent | c9b0659767febba8b1852c3c5726d55983c22e28 (diff) | |
download | mate-control-center-8e68aa4f36fd333cb4f3c65efd7b0525a793299e.tar.bz2 mate-control-center-8e68aa4f36fd333cb4f3c65efd7b0525a793299e.tar.xz |
removing deprecated GDK_DISPLAY()
Diffstat (limited to 'capplets/Makefile.am')
-rw-r--r-- | capplets/Makefile.am | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/capplets/Makefile.am b/capplets/Makefile.am index 004d00fd..9b3c70ea 100644 --- a/capplets/Makefile.am +++ b/capplets/Makefile.am @@ -1,26 +1,26 @@ SUBDIRS = \ - common \ - accessibility \ - appearance \ - default-applications \ - display \ - keybindings \ - keyboard \ - mouse \ - network \ + common \ + accessibility \ + appearance \ + default-applications \ + display \ + keybindings \ + keyboard \ + mouse \ + network \ windows DIST_SUBDIRS = \ - common \ - accessibility \ - appearance \ - default-applications \ - keybindings \ - keyboard \ - mouse \ - network \ - windows \ - display \ + common \ + accessibility \ + appearance \ + default-applications \ + keybindings \ + keyboard \ + mouse \ + network \ + windows \ + display \ about-me |