diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-08-09 20:26:12 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-08-11 08:03:03 -0400 |
commit | 824fa229593040c2d8a795dadc359aa313fd182d (patch) | |
tree | 14792f65d62aa935cbd2693a4e47e3764c60c1b8 /Makefile.am | |
parent | 3216eaa1b5bbb7ce5038caf9fbf22ae248eba1b6 (diff) |
Remove unused file bitmap.icon
The file originally came with the the rest of the source in 2003
Two years later it was added to EXTRA_DIST without explanantion
It has never been installed and is not present in Debian distro
It's not used during configuration and not used by the build.
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6771ce9..98d7c72 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,7 +45,7 @@ atobm_CFLAGS = $(CWARNFLAGS) $(ATOBM_CFLAGS) atobm_LDADD = $(ATOBM_LDADD) atobm_SOURCES = atobm.c -EXTRA_DIST = bitmap.icon autogen.sh +EXTRA_DIST = autogen.sh bitmapdir = $(includedir)/X11/bitmaps dist_bitmap_DATA = \ |