diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-04-23T15·16+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-04-23T15·16+0000 |
commit | d4779abc042710638fb4afe419f83d4627c94004 (patch) | |
tree | ad414112513128b6f5216af4b4c03466a83ef7b0 /src/libutil/Makefile.am | |
parent | 759c953196c75b7728bb2d946227f1597b99a4a2 (diff) |
* Pass SYSTEM through config.h, and allow spaces.
Diffstat (limited to 'src/libutil/Makefile.am')
-rw-r--r-- | src/libutil/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/Makefile.am b/src/libutil/Makefile.am index d5d4fcfad7ee..bd19bfa83a15 100644 --- a/src/libutil/Makefile.am +++ b/src/libutil/Makefile.am @@ -3,7 +3,7 @@ noinst_LIBRARIES = libutil.a libutil_a_SOURCES = util.cc util.hh hash.cc hash.hh \ archive.cc archive.hh md5.c md5.h aterm.cc aterm.hh -AM_CXXFLAGS = -DSYSTEM=\"@system@\" -Wall -I.. ${aterm_include} +AM_CXXFLAGS = -Wall -I.. ${aterm_include} check_PROGRAMS = test-aterm |