gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r14484 - gnunet/src/util/libgnu


From: gnunet
Subject: [GNUnet-SVN] r14484 - gnunet/src/util/libgnu
Date: Tue, 22 Feb 2011 09:25:03 +0100

Author: grothoff
Date: 2011-02-22 09:25:03 +0100 (Tue, 22 Feb 2011)
New Revision: 14484

Modified:
   gnunet/src/util/libgnu/Makefile.am
Log:
move

Modified: gnunet/src/util/libgnu/Makefile.am
===================================================================
--- gnunet/src/util/libgnu/Makefile.am  2011-02-22 08:20:21 UTC (rev 14483)
+++ gnunet/src/util/libgnu/Makefile.am  2011-02-22 08:25:03 UTC (rev 14484)
@@ -50,17 +50,17 @@
 BUILT_SOURCES += arg-nonnull.h
 # The arg-nonnull.h that gets inserted into generated .h files is the same as
 # build-aux/arg-nonnull.h, except that it has the copyright header cut off.
-arg-nonnull.h: $(top_srcdir)/./arg-nonnull.h
+arg-nonnull.h: $(top_srcdir)/src/include/arg-nonnull.h
        $(AM_V_GEN)rm -f address@hidden $@ && \
        sed -n -e '/GL_ARG_NONNULL/,$$p' \
-         < $(top_srcdir)/./arg-nonnull.h \
+         < $(top_srcdir)/src/include/arg-nonnull.h \
          > address@hidden && \
        mv address@hidden $@
 MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t
 
 ARG_NONNULL_H=arg-nonnull.h
 
-EXTRA_DIST += $(top_srcdir)/./arg-nonnull.h
+EXTRA_DIST += $(top_srcdir)/src/include/arg-nonnull.h
 
 ## end   gnulib module arg-nonnull
 
@@ -74,17 +74,17 @@
 BUILT_SOURCES += c++defs.h
 # The c++defs.h that gets inserted into generated .h files is the same as
 # build-aux/c++defs.h, except that it has the copyright header cut off.
-c++defs.h: $(top_srcdir)/./c++defs.h
+c++defs.h: $(top_srcdir)/src/include/c++defs.h
        $(AM_V_GEN)rm -f address@hidden $@ && \
        sed -n -e '/_GL_CXXDEFS/,$$p' \
-         < $(top_srcdir)/./c++defs.h \
+         < $(top_srcdir)/src/include/c++defs.h \
          > address@hidden && \
        mv address@hidden $@
 MOSTLYCLEANFILES += c++defs.h c++defs.h-t
 
 CXXDEFS_H=c++defs.h
 
-EXTRA_DIST += $(top_srcdir)/./c++defs.h
+EXTRA_DIST += $(top_srcdir)/src/include/c++defs.h
 
 ## end   gnulib module c++defs
 
@@ -220,17 +220,17 @@
 BUILT_SOURCES += warn-on-use.h
 # The warn-on-use.h that gets inserted into generated .h files is the same as
 # build-aux/warn-on-use.h, except that it has the copyright header cut off.
-warn-on-use.h: $(top_srcdir)/./warn-on-use.h
+warn-on-use.h: $(top_srcdir)/src/include/warn-on-use.h
        $(AM_V_GEN)rm -f address@hidden $@ && \
        sed -n -e '/^.ifndef/,$$p' \
-         < $(top_srcdir)/./warn-on-use.h \
+         < $(top_srcdir)/src/include/warn-on-use.h \
          > address@hidden && \
        mv address@hidden $@
 MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t
 
 WARN_ON_USE_H=warn-on-use.h
 
-EXTRA_DIST += $(top_srcdir)/./warn-on-use.h
+EXTRA_DIST += $(top_srcdir)/src/include/warn-on-use.h
 
 ## end   gnulib module warn-on-use
 




reply via email to

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