summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vincent.sanders@collabora.co.uk>2012-10-23 17:43:09 +0100
committerVincent Sanders <vincent.sanders@collabora.co.uk>2012-10-23 17:43:09 +0100
commitb00346cd08b55d25e427cfabafbaa66e09a8444b (patch)
treee3b6477843762d86698b70fd27fec28b52fc22db /Makefile
parent0c61abc9f71a128c5045738af3489aac743986bd (diff)
downloadnsgenbind-b00346cd08b55d25e427cfabafbaa66e09a8444b.tar.gz
nsgenbind-b00346cd08b55d25e427cfabafbaa66e09a8444b.tar.bz2
The name of teh tool is nsgenbind correct this everywhere
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ecb22d2..f149ad0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
# Define the component name
-COMPONENT := genjsbind
+COMPONENT := nsgenbind
# And the component type
COMPONENT_TYPE := binary
# Component version
@@ -34,5 +34,5 @@ endif
# Grab the core makefile
include $(NSBUILD)/Makefile.top
-# Add extra install rules for our pkg-config control file and the library itself
+# Add extra install rules for binary
INSTALL_ITEMS := $(INSTALL_ITEMS) /bin:$(BUILDDIR)/$(COMPONENT)$(EXEEXT)