diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/Makefile.am b/util/Makefile.am index 0d3ff01..37b78d2 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -5,6 +5,8 @@ noinst_PROGRAMS = makestrs endif CC = @CC_FOR_BUILD@ +CFLAGS = @CFLAGS_FOR_BUILD@ +LDFLAGS = @LDFLAGS_FOR_BUILD@ EXTRA_DIST = \ Shell.ht \ |