projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
deb6227
)
Fix a typo that snuck in with 0c8d275
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Wed, 25 May 2016 15:26:13 +0000
(17:26 +0200)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Wed, 25 May 2016 15:26:13 +0000
(17:26 +0200)
Always test before committing...
Pointy hat to: me
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
f11bd56
..
dc07cb7
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-317,7
+317,7
@@
endif
if BUILD_WITH_LIBUDEV
disk_la_CFLAGS += $(BUILD_WITH_LIBUDEV_CFLAGS)
disk_la_LDFLAGS += $(BUILD_WITH_LIBUDEV_LDFLAGS)
-disk_la_LIBADD += $(BULD_WITH_LIBUDEV_LIBS)
+disk_la_LIBADD += $(BU
I
LD_WITH_LIBUDEV_LIBS)
endif
if BUILD_WITH_PERFSTAT
disk_la_LIBADD += -lperfstat