mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 10:40:46 -04:00
11 lines
430 B
Text
11 lines
430 B
Text
--- 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
|
|
|