diff options
author | Perberos <[email protected]> | 2011-12-01 21:51:44 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-12-01 21:51:44 -0300 |
commit | 0b0e6bc987da4fd88a7854ebb12bde705e92c428 (patch) | |
tree | 47d329edd31c67eaa36b2147780e37e197e901b5 /capplets/windows/Makefile.am | |
download | mate-control-center-0b0e6bc987da4fd88a7854ebb12bde705e92c428.tar.bz2 mate-control-center-0b0e6bc987da4fd88a7854ebb12bde705e92c428.tar.xz |
moving from https://github.com/perberos/mate-desktop-environment
Diffstat (limited to 'capplets/windows/Makefile.am')
-rw-r--r-- | capplets/windows/Makefile.am | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/capplets/windows/Makefile.am b/capplets/windows/Makefile.am new file mode 100644 index 00000000..a88ad37a --- /dev/null +++ b/capplets/windows/Makefile.am @@ -0,0 +1,32 @@ +# This is used in MATECC_CAPPLETS_CFLAGS +cappletname = window + +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.c + +@INTLTOOL_DESKTOP_RULE@ + +uidir = $(pkgdatadir)/ui +ui_DATA = mate-window-properties.ui + +desktopdir = $(datadir)/applications +Desktop_in_files = window-properties.desktop.in +desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop) + +INCLUDES = $(MATECC_CAPPLETS_CFLAGS) \ + -I$(top_srcdir)/libwindow-settings \ + -DMATE_WINDOW_MANAGER_MODULE_PATH=\""$(libdir)/window-manager-settings"\" \ + -DUIDIR=\""$(uidir)"\" \ + -DMATELOCALEDIR="\"$(datadir)/locale\"" \ + -DPIXMAPDIR=\""$(pixmapdir)"\" + +CLEANFILES = $(MATECC_CAPPLETS_CLEANFILES) $(Desktop_in_files) $(desktop_DATA) +EXTRA_DIST = $(ui_DATA) + + +-include $(top_srcdir)/git.mk |