diff options
author | Stasiek Michalski <hellcp@opensuse.org> | 2019-08-06 17:24:53 +0200 |
---|---|---|
committer | Stasiek Michalski <hellcp@opensuse.org> | 2019-08-06 17:24:53 +0200 |
commit | 71da8c34bbb531ec2d96cb676bf6044f36c1f80f (patch) | |
tree | 7ae60473c5a72a7af7bd16fe7e94876cbfec9032 /common | |
parent | f4947c7e18197128d35873fa1dd6b19259f01bf0 (diff) | |
download | gdm-71da8c34bbb531ec2d96cb676bf6044f36c1f80f.tar.gz |
Removed unused pixmaps and references to pixmapdir
Diffstat (limited to 'common')
-rw-r--r-- | common/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index a26b2bde..0f08d0b8 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -14,7 +14,6 @@ AM_CPPFLAGS = \ -DLIBDIR=\"$(libdir)\" \ -DLIBEXECDIR=\"$(libexecdir)\" \ -DLOGDIR=\"$(logdir)\" \ - -DPIXMAPDIR=\"$(pixmapdir)\" \ -DSBINDIR=\"$(sbindir)\" \ -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ -DGDM_DEFAULTS_CONF=\"$(GDM_DEFAULTS_CONF)\" \ |