summaryrefslogtreecommitdiff
path: root/Makefile-libostree.am
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2015-05-04 18:08:49 -0400
committerMatthew Barnes <mbarnes@redhat.com>2015-05-06 21:50:06 -0400
commit4f33515316a374867e093171f219cbd6e5e4f5bd (patch)
tree12f7b0d666df3f93dc368887e713c56ad2b0a7cb /Makefile-libostree.am
parent83aac088d1e28c3c56e6595ba1fb8ed531059393 (diff)
downloadostree-4f33515316a374867e093171f219cbd6e5e4f5bd.tar.gz
Juggling libglnx.h includes
Diffstat (limited to 'Makefile-libostree.am')
-rw-r--r--Makefile-libostree.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile-libostree.am b/Makefile-libostree.am
index 776f5510..85fbb44c 100644
--- a/Makefile-libostree.am
+++ b/Makefile-libostree.am
@@ -25,7 +25,7 @@ libostree_kernel_args_la_SOURCES = \
src/libostree/ostree-kernel-args.h \
src/libostree/ostree-kernel-args.c \
$(NULL)
-libostree_kernel_args_la_CFLAGS = $(OT_INTERNAL_GIO_UNIX_CFLAGS)
+libostree_kernel_args_la_CFLAGS = -I$(srcdir)/libglnx $(OT_INTERNAL_GIO_UNIX_CFLAGS)
libostree_kernel_args_la_LIBADD = $(OT_INTERNAL_GIO_UNIX_LIBS)
lib_LTLIBRARIES += libostree-1.la