CVSROOT:        /cvsroot/hurdextras
Module name:    libfuse
Branch:         
Changes by:     Stefan Siegl <[EMAIL PROTECTED]>        06/01/30 23:12:04

Modified files:
        example-22     : Makefile.am 
        example-23     : Makefile.am 
        example-24     : Makefile.am 
        example        : Makefile.am 

Log message:
        Makefiles adjusted because of file movements (new include and src 
directory)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/hurdextras/libfuse/example-22/Makefile.am.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/hurdextras/libfuse/example-23/Makefile.am.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/hurdextras/libfuse/example-24/Makefile.am.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/hurdextras/libfuse/example/Makefile.am.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: libfuse/example-22/Makefile.am
diff -u libfuse/example-22/Makefile.am:1.3 libfuse/example-22/Makefile.am:1.4
--- libfuse/example-22/Makefile.am:1.3  Thu Dec  1 14:40:49 2005
+++ libfuse/example-22/Makefile.am      Mon Jan 30 23:12:03 2006
@@ -6,5 +6,5 @@
 null_SOURCES = null.c
 hello_SOURCES = hello.c
 
-LDADD = ../libfuse.la
-AM_CPPFLAGS = -DFUSE_USE_VERSION=22 -I$(top_srcdir)
+LDADD = ../src/libfuse.la
+AM_CPPFLAGS = -DFUSE_USE_VERSION=22 -I$(top_srcdir) -I$(top_srcdir)/include
Index: libfuse/example-23/Makefile.am
diff -u libfuse/example-23/Makefile.am:1.1 libfuse/example-23/Makefile.am:1.2
--- libfuse/example-23/Makefile.am:1.1  Fri Dec  2 00:51:26 2005
+++ libfuse/example-23/Makefile.am      Mon Jan 30 23:12:03 2006
@@ -7,5 +7,5 @@
 null_SOURCES = null.c
 hello_SOURCES = hello.c
 
-LDADD = ../libfuse.la
-AM_CPPFLAGS = -DFUSE_USE_VERSION=23 -I$(top_srcdir)
+LDADD = ../src/libfuse.la
+AM_CPPFLAGS = -DFUSE_USE_VERSION=23 -I$(top_srcdir) -I$(top_srcdir)/include
Index: libfuse/example-24/Makefile.am
diff -u libfuse/example-24/Makefile.am:1.1 libfuse/example-24/Makefile.am:1.2
--- libfuse/example-24/Makefile.am:1.1  Mon Jan 30 22:28:39 2006
+++ libfuse/example-24/Makefile.am      Mon Jan 30 23:12:03 2006
@@ -1,10 +1,12 @@
 ## Process this file with automake to produce Makefile.in
 
-noinst_PROGRAMS = fusexmp fusexmp_fh null hello hello_ll
+noinst_PROGRAMS = fusexmp fusexmp_fh null hello 
+# low-level api not supported: hello_ll
 
 fusexmp_SOURCES = fusexmp.c
 fusexmp_fh_SOURCES = fusexmp_fh.c
 null_SOURCES = null.c
 hello_SOURCES = hello.c
 
-LDADD = ../lib/libfuse.la -lpthread
+LDADD = ../src/libfuse.la
+AM_CPPFLAGS = -DFUSE_USE_VERSION=23 -I$(top_srcdir) -I$(top_srcdir)/include
Index: libfuse/example/Makefile.am
diff -u libfuse/example/Makefile.am:1.2 libfuse/example/Makefile.am:1.3
--- libfuse/example/Makefile.am:1.2     Thu Dec  1 14:40:49 2005
+++ libfuse/example/Makefile.am Mon Jan 30 23:12:04 2006
@@ -6,5 +6,5 @@
 null_SOURCES = null.c
 hello_SOURCES = hello.c
 
-LDADD = ../libfuse.la
-AM_CPPFLAGS = -I$(top_srcdir)
+LDADD = ../src/libfuse.la
+AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/include


_______________________________________________
Hurdextras-commit mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/hurdextras-commit

Reply via email to