diff options
-rw-r--r-- | api/examples/glfsxmp.c | 4 | ||||
-rw-r--r-- | glusterfs-api.pc.in | 2 | ||||
-rw-r--r-- | libgfchangelog.pc.in | 2 | ||||
-rw-r--r-- | libgfdb.pc.in | 2 | ||||
-rw-r--r-- | tests/basic/gfapi/gfapi-load-volfile.c | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/api/examples/glfsxmp.c b/api/examples/glfsxmp.c index 7ff3f0eb7ee..a8e2cc93381 100644 --- a/api/examples/glfsxmp.c +++ b/api/examples/glfsxmp.c @@ -1,8 +1,8 @@ #include <stdio.h> #include <stdlib.h> #include <errno.h> -#include "api/glfs.h" -#include "api/glfs-handles.h" +#include <glusterfs/api/glfs.h> +#include <glusterfs/api/glfs-handles.h> #include <string.h> #include <time.h> diff --git a/glusterfs-api.pc.in b/glusterfs-api.pc.in index 5d234543414..6af4e108f7f 100644 --- a/glusterfs-api.pc.in +++ b/glusterfs-api.pc.in @@ -9,4 +9,4 @@ Description: GlusterFS API Version: @GFAPI_VERSION@ Requires: @PKGCONFIG_UUID@ Libs: -L${libdir} @GFAPI_LIBS@ -lgfapi -lglusterfs -lgfrpc -lgfxdr -Cflags: -I${includedir}/glusterfs -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -DUSE_POSIX_ACLS=@USE_POSIX_ACLS@ +Cflags: -I${includedir} -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -DUSE_POSIX_ACLS=@USE_POSIX_ACLS@ diff --git a/libgfchangelog.pc.in b/libgfchangelog.pc.in index 91c85e6f1f8..e2ff1fb6214 100644 --- a/libgfchangelog.pc.in +++ b/libgfchangelog.pc.in @@ -9,4 +9,4 @@ Description: GlusterFS Changelog Consumer Library Version: @LIBGFCHANGELOG_VERSION@ Requires: @PKGCONFIG_UUID@ Libs: -L${libdir} -lgfchangelog -lglusterfs -Cflags: -I${includedir}/glusterfs/gfchangelog -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 +Cflags: -I${includedir} -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 diff --git a/libgfdb.pc.in b/libgfdb.pc.in index 945685cde98..463e8becd3a 100644 --- a/libgfdb.pc.in +++ b/libgfdb.pc.in @@ -8,5 +8,5 @@ Name: libgfdb Description: GlusterFS Database Library Version: @LIBGFDB_VERSION@ Libs: -L${libdir} -lgfchangedb -lglusterfs -Cflags: -I${includedir}/glusterfs/gfdb +Cflags: -I${includedir} Requires: sqlite3 @PKGCONFIG_UUID@ diff --git a/tests/basic/gfapi/gfapi-load-volfile.c b/tests/basic/gfapi/gfapi-load-volfile.c index 91d5677bd44..79502f7a44f 100644 --- a/tests/basic/gfapi/gfapi-load-volfile.c +++ b/tests/basic/gfapi/gfapi-load-volfile.c @@ -9,7 +9,7 @@ #include <stdio.h> #include <string.h> -#include <api/glfs.h> +#include <glusterfs/api/glfs.h> #define PROGNAME "gfapi-load-volfile" |