projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b87db4
)
src/Makefile.am: remove useless assignment
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Fri, 3 Jun 2016 18:40:25 +0000
(20:40 +0200)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Fri, 3 Jun 2016 18:40:25 +0000
(20:40 +0200)
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
c6f79ce
..
3c4d5fd
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-756,7
+756,6
@@
endif
if BUILD_PLUGIN_ONEWIRE
pkglib_LTLIBRARIES += onewire.la
onewire_la_SOURCES = onewire.c
-onewire_la_CFLAGS = $(AM_CFLAGS)
onewire_la_CPPFLAGS = $(AM_CPPFLAGS) $(BUILD_WITH_LIBOWCAPI_CPPFLAGS)
onewire_la_LIBADD = $(BUILD_WITH_LIBOWCAPI_LIBS)
onewire_la_LDFLAGS = $(PLUGIN_LDFLAGS) $(BUILD_WITH_LIBOWCAPI_LDFLAGS)