mirror of
https://github.com/flatpak/flatpak.git
synced 2026-04-03 06:47:19 -04:00
revokefs: Remove incorrect libglnx include directory
revokefs already gets the correct include directory from the AM_CPPFLAGS.
This would also break the build with -Werror=missing-include-dirs.
Signed-off-by: Simon McVittie <smcv@collabora.com>
(cherry picked from commit 190bad06d2)
This commit is contained in:
@@ -24,7 +24,7 @@ noinst_PROGRAMS += revokefs-demo
|
||||
|
||||
revokefs_fuse_SOURCES = revokefs/main.c revokefs/writer.c revokefs/writer.h
|
||||
|
||||
revokefs_fuse_CFLAGS = $(BASE_CFLAGS) -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 $(FUSE_CFLAGS) -I$(srcdir)/libglnx
|
||||
revokefs_fuse_CFLAGS = $(BASE_CFLAGS) -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 $(FUSE_CFLAGS)
|
||||
revokefs_fuse_LDADD = libglnx.la $(BASE_LIBS) $(FUSE_LIBS)
|
||||
|
||||
revokefs_demo_SOURCES = revokefs/demo.c
|
||||
|
||||
Reference in New Issue
Block a user