From 0933d633445812e8cfde2a6978587d715f08303e Mon Sep 17 00:00:00 2001 From: tchernobog Date: Wed, 16 Aug 2006 21:13:52 +0000 Subject: [PATCH] - Small change: we left some unused variables around, I removed them git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@886 3ecf2c5c-341e-0410-92b4-d18e462d057c --- Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 3664d03..512133e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -136,7 +136,6 @@ src_backend_libbackend_la_CPPFLAGS = \ -DPOLDIR="\"$(policiesdir)\"" \ -DPLUGDIR="\"$(plugindir)\"" \ -DLOCALEDIR="\"$(localedir)\"" \ - $(PYTHON_CPPFLAGS) \ $(GLIBMM_CFLAGS) src_backend_libbackend_la_CXXFLAGS = \ $(VISIB_HIDDEN) @@ -276,7 +275,6 @@ sgpemv2_CPPFLAGS = \ $(CAIRO_CFLAGS) \ $(GTKMM_CFLAGS) \ $(LIBGLADEMM_CFLAGS) \ - $(PYTHON_CPPFLAGS) \ $(GTHREAD_CFLAGS) sgpemv2_CXXFLAGS = $(VISIB_HIDDEN) sgpemv2_LDFLAGS = $(LT_LDFLAGS)