From 2cc1896c61eef5739bb6a8ffa89e58ba5c175a05 Mon Sep 17 00:00:00 2001 From: Søren Sandmann Pedersen Date: Thu, 19 May 2005 15:02:48 +0000 Subject: - Add build system for lib/Xpm - Add Xpm to symlink.sh - Conditionally include config.h in xc/extras/Xpm --- cxpm/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 cxpm/Makefile.am (limited to 'cxpm') diff --git a/cxpm/Makefile.am b/cxpm/Makefile.am new file mode 100644 index 0000000..7066d73 --- /dev/null +++ b/cxpm/Makefile.am @@ -0,0 +1,9 @@ +bin_PROGRAMS = cxpm + +cxpm_CFLAGS = $(XPM_CFLAGS) -I$(top_builddir)/src -I$(top_srcdir)/include/X11 + +cxpm_MANS = \ + cxpm.1 + +cxpm_SOURCES = \ + cxpm.c -- cgit v1.2.3