mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-12 01:49:17 -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>
This commit is contained in:
committed by
Simon McVittie
parent
959910f933
commit
190bad06d2
@@ -26,7 +26,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