summaryrefslogtreecommitdiff
path: root/sys-fs/inotify-tools/files/inotify-tools-3.20.1-rm-unused-cmd-arg.patch
blob: 8c4f6f510e2fb9e99fe14e1b082e248cd6211438 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- inotify-tools-3.20.1/src/Makefile.am
+++ inotify-tools-3.20.1/src/Makefile.am
@@ -2,7 +2,7 @@
 inotifywait_SOURCES = inotifywait.c common.c common.h
 inotifywatch_SOURCES = inotifywatch.c common.c common.h
 
-AM_CFLAGS = -Wall -Werror -Wpointer-arith -std=c99 -I../libinotifytools/src -L../libinotifytools/src
+AM_CFLAGS = -Wall -Werror -Wpointer-arith -std=c99 -I../libinotifytools/src
 AM_CPPFLAGS = -I$(top_srcdir)/libinotifytools/src
 LDADD = ../libinotifytools/src/libinotifytools.la