summaryrefslogtreecommitdiff
path: root/modules/relocatable-prog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-03-04 15:33:48 +0000
committerBruno Haible <bruno@clisp.org>2007-03-04 15:33:48 +0000
commit4f1ef93bb87111c89562d136d07e0278c12dca5b (patch)
tree93e5019024e205d6263d54215bba826303c1da19 /modules/relocatable-prog
parentc417407f31b86913a34d80bd4af4bae43d9793ba (diff)
downloadgnulib-4f1ef93bb87111c89562d136d07e0278c12dca5b.tar.gz
Compile relocatable.c only if --enable-relocatable was specified.
Diffstat (limited to 'modules/relocatable-prog')
-rw-r--r--modules/relocatable-prog2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/relocatable-prog b/modules/relocatable-prog
index 9436d9cd03..6029b7c783 100644
--- a/modules/relocatable-prog
+++ b/modules/relocatable-prog
@@ -26,7 +26,7 @@ gl_RELOCATABLE([$gl_source_base])
Makefile.am:
DEFS += -DEXEEXT=\"$(EXEEXT)\"
-lib_SOURCES += relocatable.c progreloc.c
+lib_SOURCES += progreloc.c
Include:
#include "relocatable.h"