diff options
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@ |