Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Provide phony config.h file since release regress.c from GoI wants it
badly.
  • Loading branch information
pavouk committed Feb 21, 2015
1 parent 1024e52 commit 771643e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Makefile
Expand Up @@ -31,7 +31,7 @@ ifndef COPTFLAGS
CFLAGS = -Wall -g
endif
endif
ALL_CFLAGS = $(CCSHARED) $(COPTFLAGS) $(LUA_CFLAGS) $(shell pkg-config --cflags $(PKGS)) $(CFLAGS)
ALL_CFLAGS = $(CCSHARED) $(COPTFLAGS) $(LUA_CFLAGS) $(shell pkg-config --cflags $(PKGS)) $(CFLAGS) -I .
LIBS += $(shell pkg-config --libs $(PKGS))
ALL_LDFLAGS = $(LIBFLAG) $(LDFLAGS)
DEPCHECK = .depcheck
Expand Down
2 changes: 2 additions & 0 deletions tests/config.h
@@ -0,0 +1,2 @@
/* Phony config file used only to shut up certain versions og GoI's
regress.c which does unconditional #include "config.h". */

0 comments on commit 771643e

Please sign in to comment.