From 605a76dcc93e277e1b26841a0225b7e0fb851b76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Wed, 18 May 2005 15:38:31 +0000 Subject: - conditionally include config.h in xc/lib/Xt sources - add build system for lib/Xt --- util/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 util/Makefile.am (limited to 'util') diff --git a/util/Makefile.am b/util/Makefile.am new file mode 100644 index 0000000..d3f6ecf --- /dev/null +++ b/util/Makefile.am @@ -0,0 +1,9 @@ +noinst_PROGRAMS = makestrs + +EXTRA_DIST = \ + Shell.ht \ + StrDefs.ct \ + StrDefs.ht \ + string.list + +makestrs_CFLAGS = $(XT_CFLAGS) -- cgit v1.2.1