diff options
author | Stefano Karapetsas <[email protected]> | 2014-02-11 12:39:41 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-02-11 12:39:41 +0100 |
commit | b6a1f74ebf64a116ae92e6ff88b9a8a398113e2a (patch) | |
tree | 3ab91641dfd6e93a376fae6122690acdcec946cc /capplets/windows/Makefile.am | |
parent | e3e3007adbccea95e9619aa5272fe98ff3351453 (diff) | |
download | mate-control-center-b6a1f74ebf64a116ae92e6ff88b9a8a398113e2a.tar.bz2 mate-control-center-b6a1f74ebf64a116ae92e6ff88b9a8a398113e2a.tar.xz |
windows: Add metacity support
Diffstat (limited to 'capplets/windows/Makefile.am')
-rw-r--r-- | capplets/windows/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/capplets/windows/Makefile.am b/capplets/windows/Makefile.am index 1f50f073..1327573e 100644 --- a/capplets/windows/Makefile.am +++ b/capplets/windows/Makefile.am @@ -6,7 +6,9 @@ bin_PROGRAMS = mate-window-properties mate_window_properties_LDADD = $(MATECC_CAPPLETS_LIBS) \ $(top_builddir)/libwindow-settings/libmate-window-settings.la -mate_window_properties_SOURCES = \ +mate_window_properties_SOURCES = \ + mate-metacity-support.h \ + mate-metacity-support.c \ mate-window-properties.c @INTLTOOL_DESKTOP_RULE@ |