From 7c4196d3218d1afa73c930577beeb579c1e87a38 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 9 Apr 2022 12:44:34 -0700 Subject: Move bitmaps into a new bitmaps directory Signed-off-by: Alan Coopersmith --- Makefile.am | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 4e44ade..5b2a060 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,19 +51,19 @@ EXTRA_DIST = autogen.sh README.md bitmapdir = $(includedir)/X11/bitmaps dist_bitmap_DATA = \ - Dashes \ - Down \ - Excl \ - FlipHoriz \ - FlipVert \ - Fold \ - Left \ - Right \ - RotateLeft \ - RotateRight \ - Stipple \ - Term \ - Up + bitmaps/Dashes \ + bitmaps/Down \ + bitmaps/Excl \ + bitmaps/FlipHoriz \ + bitmaps/FlipVert \ + bitmaps/Fold \ + bitmaps/Left \ + bitmaps/Right \ + bitmaps/RotateLeft \ + bitmaps/RotateRight \ + bitmaps/Stipple \ + bitmaps/Term \ + bitmaps/Up # App default files (*.ad) DISTCHECK_CONFIGURE_FLAGS = --with-appdefaultdir=\$${datadir}/X11/app-defaults -- cgit v1.2.3