summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/hunspell-test.cpp (renamed from src/hunspell-test.cxx)0
-rw-r--r--src/hunspell.mk2
2 files changed, 1 insertions, 1 deletions
diff --git a/src/hunspell-test.cxx b/src/hunspell-test.cpp
index 67393d5..67393d5 100644
--- a/src/hunspell-test.cxx
+++ b/src/hunspell-test.cpp
diff --git a/src/hunspell.mk b/src/hunspell.mk
index 74e943e..0aa6190 100644
--- a/src/hunspell.mk
+++ b/src/hunspell.mk
@@ -31,6 +31,6 @@ define $(PKG)_BUILD
# Test
'$(TARGET)-g++' \
-W -Wall -Werror -ansi -pedantic \
- '$(2).cxx' -o '$(PREFIX)/$(TARGET)/bin/test-hunspell.exe' \
+ '$(2).cpp' -o '$(PREFIX)/$(TARGET)/bin/test-hunspell.exe' \
`'$(TARGET)-pkg-config' hunspell --cflags --libs`
endef