From 825f492e53776cbd5cb957a61b0299b3edf5ced2 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 25 Jul 2008 01:12:46 +0000 Subject: Add in electric fence for now. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@19 abc39116-655e-4be6-ad55-d661dc543056 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9647567..7654266 100644 --- a/Makefile +++ b/Makefile @@ -19,12 +19,12 @@ CFLAGS += -I/usr/include/python2.4 #. #. When debugging, disable -O2 and enable -g. CFLAGS += -g -DNDEBUG -CFLAGS += -O2 +#CFLAGS += -O2 SOFLAGS = -shared -fPIC # Pass linker flags here -LDFLAGS = -I/usr/include/python2.4 +LDFLAGS = -I/usr/include/python2.4 -lefence DESTDIR = prefix = /usr/local -- cgit