summaryrefslogtreecommitdiff
path: root/sysutils/inotify-tools/files/patch-src_Makefile.am
blob: 5214cd1fdfb37bf2953fd9e26fb96399290f3fdb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/Makefile.am.orig	2021-09-28 08:39:16 UTC
+++ src/Makefile.am
@@ -11,7 +11,7 @@ fsnotifywatch_SOURCES = inotifywatch.c common.c common
 fsnotifywatch_CPPFLAGS = -DENABLE_FANOTIFY
 endif
 
-AM_CFLAGS = -Wall -Wextra -Wshadow -Werror -std=c99 -I../libinotifytools/src
+AM_CFLAGS = -Wall -Wextra -Wshadow -Werror -std=c99
 AM_CPPFLAGS = -I$(top_srcdir)/libinotifytools/src
 LDADD = ../libinotifytools/src/libinotifytools.la