copyright statements
[apps/madtty.git] / Makefile.in
index 5c47a58..318c1f4 100644 (file)
@@ -1,6 +1,4 @@
-# Makefile for librote
-#
-# Copyright (c) 2004 Bruno T. C. de Oliveira
+# Makefile for libmadtty
 # 
 # LICENSE INFORMATION:
 # This program is free software; you can redistribute it and/or
@@ -16,7 +14,9 @@
 # You should have received a copy of the GNU General Public
 # License along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
-# Copyright (c) 2002 Bruno T. C. de Oliveira
+#
+# Copyright © 2002-2004 Bruno T. C. de Oliveira
+# Copyright © 2006 Pierre Habouzit
 
 SOURCES=$(wildcard *.c)
 HEADERS=$(wildcard *.h)
@@ -41,7 +41,7 @@ all: libmadtty.so.$(MADTTY_VERSION)
 install: all
        mkdir -p $(DESTDIR)$(includedir)/madtty
        rm -f $(DESTDIR)$(includedir)/madtty/*.h
-       cp rote.h $(DESTDIR)$(includedir)/madtty
+       cp madtty.h $(DESTDIR)$(includedir)/madtty
        mkdir -p $(DESTDIR)$(libdir)
        cp libmadtty.so.$(MADTTY_VERSION) $(DESTDIR)$(libdir)
        cd $(DESTDIR)$(libdir) && ln -sf libmadtty.so.$(MADTTY_VERSION) libmadtty.so