Skip to content

Commit

Permalink
Remove unneeded CPPFLAGS (#1425)
Browse files Browse the repository at this point in the history
* training: Remove unneeded CPPFLAGS

The training code does not need vs2010/port.

Signed-off-by: Stefan Weil <sw@weilnetz.de>

* unittest: Remove unneeded CPPFLAGS

The unittest code does not need vs2010/port.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil authored and zdenop committed Mar 25, 2018
1 parent c7c738a commit 3fcb952
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions training/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,6 @@ shapeclustering_LDADD += -lws2_32
unicharset_extractor_LDADD += -lws2_32
text2image_LDADD += -lws2_32
wordlist2dawg_LDADD += -lws2_32

AM_CPPFLAGS += -I$(top_srcdir)/vs2010/port
endif

ambiguous_words_LDFLAGS = $(OPENCL_LDFLAGS)
Expand Down
2 changes: 0 additions & 2 deletions unittest/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ intsimdmatrix_test_LDADD += -lws2_32
matrix_test_LDADD += -lws2_32
osd_test_LDADD += -lws2_32
tesseracttests_LDADD += -lws2_32

AM_CPPFLAGS += -I$(top_srcdir)/vs2010/port
endif

EXTRA_apiexample_test_DEPENDENCIES = $(abs_top_builddir)/testing/phototest.tif
Expand Down

0 comments on commit 3fcb952

Please sign in to comment.