summaryrefslogtreecommitdiffstats
path: root/src/vigra.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/vigra.mk')
-rw-r--r--src/vigra.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vigra.mk b/src/vigra.mk
index cc4ee6c..d1c4f30 100644
--- a/src/vigra.mk
+++ b/src/vigra.mk
@@ -36,7 +36,7 @@ define $(PKG)_BUILD
$(MAKE) -C '$(1)/build' -j '$(JOBS)' install
$(TARGET)-g++ \
- '$(2).cpp' -o $(PREFIX)/$(TARGET)/bin/test-vigra.exe \
+ '$(TEST_FILE)' -o $(PREFIX)/$(TARGET)/bin/test-vigra.exe \
-DVIGRA_STATIC_LIB \
-lvigraimpex `'$(TARGET)-pkg-config' OpenEXR libtiff-4 libpng --cflags --libs` -ljpeg
endef