Skip to content

Commit

Permalink
Autotools: Don't use deprecated variable INCLUDES
Browse files Browse the repository at this point in the history
  • Loading branch information
b4n committed Jun 17, 2013
1 parent e4276ee commit 11e88f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions geanydoc/tests/Makefile.am
@@ -1,8 +1,8 @@
if UNITTESTS
include $(top_srcdir)/build/vars.build.mk
INCLUDES = $(GEANY_CFLAGS) -DUNITTESTS
TESTS=unittests
noinst_PROGRAMS=unittests
unittests_SOURCES = unittests.c
unittests_LDADD = @GEANY_LIBS@ $(INTLLIBS) @CHECK_LIBS@
unittests_CFLAGS = $(GEANY_CFLAGS) -DUNITTESTS
unittests_LDADD = @GEANY_LIBS@ $(INTLLIBS) @CHECK_LIBS@
endif
4 changes: 2 additions & 2 deletions geanyprj/tests/Makefile.am
@@ -1,8 +1,8 @@
if UNITTESTS
include $(top_srcdir)/build/vars.build.mk
INCLUDES = $(GEANY_CFLAGS) -I$(srcdir)/../src -DUNITTESTS
TESTS=unittests
check_PROGRAMS=unittests
unittests_SOURCES = unittests.c ../src/utils.c
unittests_LDADD = @GEANY_LIBS@ $(INTLLIBS) @CHECK_LIBS@
unittests_CFLAGS = $(GEANY_CFLAGS) -I$(srcdir)/../src -DUNITTESTS
unittests_LDADD = @GEANY_LIBS@ $(INTLLIBS) @CHECK_LIBS@
endif
4 changes: 2 additions & 2 deletions geanyvc/tests/Makefile.am
@@ -1,8 +1,8 @@
if UNITTESTS
include $(top_srcdir)/build/vars.build.mk
INCLUDES = $(GEANY_CFLAGS) -DUNITTESTS
TESTS=unittests
check_PROGRAMS=unittests
unittests_SOURCES = unittests.c ../src/utils.c
unittests_LDADD = @GEANY_LIBS@ $(INTLLIBS) @CHECK_LIBS@
unittests_CFLAGS = $(GEANY_CFLAGS) -DUNITTESTS
unittests_LDADD = @GEANY_LIBS@ $(INTLLIBS) @CHECK_LIBS@
endif

0 comments on commit 11e88f8

Please sign in to comment.