From 5dc2a33d11cecddfb35ca1a10d76a798dc4f0cb2 Mon Sep 17 00:00:00 2001 From: Richard Frith-MacDonald Date: Sun, 7 Oct 2012 12:42:06 +0000 Subject: [PATCH] fixup includes git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/ec/trunk@35647 72102866-910b-0410-8b05-ffd578937521 --- GNUmakefile.preamble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile.preamble b/GNUmakefile.preamble index 45e0e43..3b879fe 100644 --- a/GNUmakefile.preamble +++ b/GNUmakefile.preamble @@ -46,7 +46,7 @@ ADDITIONAL_LIB_DIRS += # Extras for when building with SNMP support # ifeq ($(WITH_NET_SNMP),yes) - EcAlarmSinkSNMP_OBJCFLAGS += $(shell net-snmp-config --cflags) + ECCL_OBJCFLAGS += $(shell net-snmp-config --cflags) LIBRARIES_DEPEND_UPON += $(shell net-snmp-config --agent-libs) endif