Code

src/Makefile.am: remove useless assignment
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Fri, 3 Jun 2016 18:26:10 +0000 (20:26 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Fri, 3 Jun 2016 18:26:10 +0000 (20:26 +0200)
src/Makefile.am

index 61919580c23856a0da6f3b6ddf2e2b3c039df225..136d10554c56a5c3d14054da8851c4d41ad2e05a 100644 (file)
@@ -428,7 +428,6 @@ endif # BUILD_PLUGIN_INTERFACE
 if BUILD_PLUGIN_IPC
 pkglib_LTLIBRARIES += ipc.la
 ipc_la_SOURCES = ipc.c
-ipc_la_CFLAGS = $(AM_CFLAGS)
 ipc_la_LDFLAGS = $(PLUGIN_LDFLAGS)
 endif