toon-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Toon-members] TooN Makefile.in


From: Edward Rosten
Subject: [Toon-members] TooN Makefile.in
Date: Thu, 05 Mar 2009 16:54:23 +0000

CVSROOT:        /cvsroot/toon
Module name:    TooN
Changes by:     Edward Rosten <edrosten>        09/03/05 16:54:23

Modified files:
        .              : Makefile.in 

Log message:
        Fix make install

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/TooN/Makefile.in?cvsroot=toon&r1=1.5&r2=1.6

Patches:
Index: Makefile.in
===================================================================
RCS file: /cvsroot/toon/TooN/Makefile.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- Makefile.in 17 Feb 2009 17:11:07 -0000      1.5
+++ Makefile.in 5 Mar 2009 16:54:23 -0000       1.6
@@ -3,7 +3,7 @@
 exec_prefix = @exec_prefix@
 mandir = @mandir@
 includedir = @includedir@
-
+datarootdir = @datarootdir@
 
 hdr = $(DESTDIR)/$(includedir)/TooN
 
@@ -11,8 +11,9 @@
 
 install:
        mkdir -p $(hdr)
-       cp *.h *.hh $(hdr)
+       cp *.h $(hdr)
        cp -r optimization $(hdr)/
+       cp -r internal $(hdr)/
 
 internal/make_vector.hh:  make_make_vector.awk
        awk -f make_make_vector.awk > $@




reply via email to

[Prev in Thread] Current Thread [Next in Thread]