diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2011-05-02 16:05:05 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2011-05-02 16:05:05 -0400 |
commit | b568ec9b26ae378880409f2413da8d4b62fa4788 (patch) | |
tree | 1eb67431ce94b6dc2a2a17af35e52e1922c4f61a /src | |
parent | 124dfc3dcfb1a8322e8563a813f8c18dd059c524 (diff) | |
parent | 36ce621c0cb28d58913f2d1a84f5125f4a9db285 (diff) | |
download | duser-b568ec9b26ae378880409f2413da8d4b62fa4788.tar.gz |
Merge pull request #2 from extrarius/master.
More cleanups
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 498c72f..6dc339b 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -74,6 +74,7 @@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ +CONFIGDIR = @CONFIGDIR@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ |