Remove useless LDFLAGS variable for builtin plugins
authorMarcel Holtmann <marcel@holtmann.org>
Thu, 21 May 2009 21:00:45 +0000 (14:00 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 21 May 2009 21:00:45 +0000 (14:00 -0700)
plugins/Makefile.am

index c9bb900..6ffdde1 100644 (file)
@@ -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)"\"