projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66da8af
)
src/Makefile: Don't set subdir-objects.
author
Sebastian Harl
<sh@tokkee.org>
Sat, 4 Jun 2016 14:23:22 +0000
(16:23 +0200)
committer
Sebastian Harl
<sh@tokkee.org>
Sat, 4 Jun 2016 14:23:22 +0000
(16:23 +0200)
That's now done globally via configure.
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
b4c7d51
..
4dff62d
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-17,8
+17,6
@@
endif
AM_CPPFLAGS += -DPLUGINDIR='"${pkglibdir}"'
AM_CPPFLAGS += -DPKGDATADIR='"${pkgdatadir}"'
-AUTOMAKE_OPTIONS = subdir-objects
-
V_PROTOC = $(v_protoc_@AM_V@)
v_protoc_ = $(v_protoc_@AM_DEFAULT_V@)
v_protoc_0 = @echo " PROTOC " $@;