diff options
author | rbuj <[email protected]> | 2021-02-24 09:44:38 +0100 |
---|---|---|
committer | Luke from DC <[email protected]> | 2021-02-26 20:26:25 +0000 |
commit | b6ba059d3334364c7237751f9af05bc8593406ee (patch) | |
tree | 9556adf93e4f986e833e36eeba99449fa7c00b04 /capplets/windows | |
parent | 11c5acab3c7d90be0d839e135f9f196a3e90d194 (diff) | |
download | mate-control-center-b6ba059d3334364c7237751f9af05bc8593406ee.tar.bz2 mate-control-center-b6ba059d3334364c7237751f9af05bc8593406ee.tar.xz |
windows: remove unused macros UIDIR, PIXMAPDIR
Diffstat (limited to 'capplets/windows')
-rw-r--r-- | capplets/windows/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/capplets/windows/Makefile.am b/capplets/windows/Makefile.am index 3104b4b8..8c4342d9 100644 --- a/capplets/windows/Makefile.am +++ b/capplets/windows/Makefile.am @@ -28,9 +28,7 @@ endif AM_CPPFLAGS = \ $(WARN_CFLAGS) \ - $(MATECC_CAPPLETS_CFLAGS) \ - -DUIDIR=\""$(uidir)"\" \ - -DPIXMAPDIR=\""$(pixmapdir)"\" + $(MATECC_CAPPLETS_CFLAGS) CLEANFILES = $(BUILT_SOURCES) $(MATECC_CAPPLETS_CLEANFILES) $(desktop_DATA) EXTRA_DIST = $(Desktop_in_files) org.mate.mcc.windows.gresource.xml window-properties.ui |