]> granicus.if.org Git - graphviz/commitdiff
Fix old makefile to install all necessary .h files
authorerg <devnull@localhost>
Mon, 24 Jan 2005 18:49:31 +0000 (18:49 +0000)
committererg <devnull@localhost>
Mon, 24 Jan 2005 18:49:31 +0000 (18:49 +0000)
lib/gvc/Makefile.old

index 238948583fa514d28fbb7a873d5eab798dade725..0f44db71f91520d7a02d5c5d7ad45bb1c58c9294 100644 (file)
@@ -26,7 +26,7 @@ libgvc.a : $(OBJS)
 
 install: libgvc.a 
        $(MKPATH) $(INCDIR)
-       $(INSTALL) gvc.h gvc.h $(INCDIR)
+       $(INSTALL) $(HDRS) $(INCDIR)
        $(MKPATH) $(LIBDIR)
        $(INSTALL) libgvc.a $(LIBDIR)