Skip to content

Commit

Permalink
Look for signature file in Swarm/
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.savannah.nongnu.org/swarm/trunk@7925 84d386b0-d280-4341-8980-c4cb7e1eb7a5
  • Loading branch information
mgd committed Apr 11, 2010
1 parent 2d15011 commit 4e2aee9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion swarm/src/defobj/Arguments.m
Expand Up @@ -49,7 +49,7 @@

#define VARCHAR(ch) ({ char _ch = ch; (isAlnum (_ch) || (_ch == '_')); })

#define SIGNATURE_FILE "swarmconfig.h"
#define SIGNATURE_FILE "Swarm/swarmconfig.h"

#ifdef INCLUDESUBDIR
#define SIGNATURE_SUBPATH "include/" INCLUDESUBDIR "/"
Expand Down
4 changes: 4 additions & 0 deletions swarm/src/defobj/ChangeLog
@@ -1,3 +1,7 @@
2010-04-10 Marcus G. Daniels <marcus@snoutfarm.com>

* Arguments.m: Look for signature (swarmconfig.h) in Swarm/.

2010-02-18 Bill Northcott <w.northcott@unsw.edu.au>

* configure.in: use Cocoa framework if Apple
Expand Down

0 comments on commit 4e2aee9

Please sign in to comment.