projects
/
profile
/
ivi
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ff3fa9
)
Remove useless LDFLAGS variable for builtin plugins
author
Marcel Holtmann
<marcel@holtmann.org>
Thu, 21 May 2009 21:00:45 +0000
(14:00 -0700)
committer
Marcel Holtmann
<marcel@holtmann.org>
Thu, 21 May 2009 21:00:45 +0000
(14:00 -0700)
plugins/Makefile.am
patch
|
blob
|
history
diff --git
a/plugins/Makefile.am
b/plugins/Makefile.am
index
c9bb900
..
6ffdde1
100644
(file)
--- a/
plugins/Makefile.am
+++ b/
plugins/Makefile.am
@@
-159,7
+159,6
@@
endif
noinst_LIBRARIES = libbuiltin.a
libbuiltin_a_SOURCES = $(builtin_sources)
-libbuiltin_a_LDFLAGS =
libbuiltin_a_CFLAGS = $(AM_CFLAGS) \
$(builtin_cflags) -DCONNMAN_PLUGIN_BUILTIN \
-DSTATEDIR=\""$(statedir)"\" -DSCRIPTDIR=\""$(scriptdir)"\"