hurdextras-commit
[Top][All Lists]
Advanced

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

libfuse example-22/Makefile.am example-23/Makef...


From: Stefan Siegl
Subject: libfuse example-22/Makefile.am example-23/Makef...
Date: Mon, 30 Jan 2006 23:12:04 +0000

CVSROOT:        /cvsroot/hurdextras
Module name:    libfuse
Branch:         
Changes by:     Stefan Siegl <address@hidden>   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




reply via email to

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