summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 33101d6..8e4d72e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,31 +1,31 @@
##
-## rhrdlibrary
+## rhlibrary
##
## The Radio Helsinki Rivendell Import Daemon
##
##
## Copyright (C) 2016 Christian Pointner <equinox@helsinki.at>
##
-## This file is part of rhrdlibrary.
+## This file is part of rhlibrary.
##
-## rhrdlibrary is free software: you can redistribute it and/or modify
+## rhlibrary is free software: you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation, either version 3 of the License, or
## any later version.
##
-## rhrdlibrary is distributed in the hope that it will be useful,
+## rhlibrary is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License
-## along with rhrdlibrary. If not, see <http://www.gnu.org/licenses/>.
+## along with rhlibrary. If not, see <http://www.gnu.org/licenses/>.
##
curdir:= $(shell pwd)
GOCMD := GOPATH=$(curdir) go
-EXECUTEABLE := rhrdlibrary
+EXECUTEABLE := rhlibrary
LIBS := "code.helsinki.at/rhrd-go/rddb" \
"github.com/ziutek/glib" \