tools: 2 typos

one prevented a successfull make distcheck
on my platform
This commit is contained in:
Massimo Valentini 2016-08-13 11:30:13 +02:00
parent 5ea8cdc909
commit 52b6eaa11a
2 changed files with 2 additions and 2 deletions

2
tools/.gitignore vendored
View file

@ -5,7 +5,7 @@
/kernelgen
/gimptool-2.0
/gimptool-2.0.exe
/test-clipboard.exe
/test-clipboard
/test-clipboard.exe
/invert-svg
/invert-svg.exe

View file

@ -6,7 +6,7 @@ if WITH_PDBGEN
PDBGEN = pdbgen
endif
SUBDIRS = $(PDBEN)
SUBDIRS = $(PDBGEN)
if OS_WIN32