diff options
Diffstat (limited to 'app/bitmap/Makefile.am')
-rw-r--r-- | app/bitmap/Makefile.am | 30 |
1 files changed, 17 insertions, 13 deletions
diff --git a/app/bitmap/Makefile.am b/app/bitmap/Makefile.am index def4d8ba4..f6f411fdb 100644 --- a/app/bitmap/Makefile.am +++ b/app/bitmap/Makefile.am @@ -22,6 +22,8 @@ SUBDIRS=man bin_PROGRAMS = bitmap bmtoa atobm +AM_CPPFLAGS = -D_CONST_X_STRING + bitmap_CFLAGS = $(CWARNFLAGS) $(BITMAP_CFLAGS) bitmap_LDADD = $(BITMAP_LIBS) $(MATH_LIBS) bitmap_SOURCES = \ @@ -49,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 @@ -72,6 +74,8 @@ dist_appdefault_DATA = \ app-defaults/Bitmap-nocase \ app-defaults/Bitmap +TESTS = test/round-trip-test + MAINTAINERCLEANFILES = ChangeLog INSTALL .PHONY: ChangeLog INSTALL |