[gimp] tools: 2 typos
- From: Massimo Valentini <mvalentini src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] tools: 2 typos
- Date: Sat, 13 Aug 2016 09:30:41 +0000 (UTC)
commit 52b6eaa11a2798177cd6fc0ae808f4988a4815ed
Author: Massimo Valentini <mvalentini src gnome org>
Date: Sat Aug 13 11:30:13 2016 +0200
tools: 2 typos
one prevented a successfull make distcheck
on my platform
tools/.gitignore | 2 +-
tools/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tools/.gitignore b/tools/.gitignore
index 69fd6fc..5e454aa 100644
--- a/tools/.gitignore
+++ b/tools/.gitignore
@@ -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
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 5876e21..0e7c550 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -6,7 +6,7 @@ if WITH_PDBGEN
PDBGEN = pdbgen
endif
-SUBDIRS = $(PDBEN)
+SUBDIRS = $(PDBGEN)
if OS_WIN32
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]