- 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
This commit is contained in:
parent
74ec2ed372
commit
0933d63344
|
@ -136,7 +136,6 @@ src_backend_libbackend_la_CPPFLAGS = \
|
||||||
-DPOLDIR="\"$(policiesdir)\"" \
|
-DPOLDIR="\"$(policiesdir)\"" \
|
||||||
-DPLUGDIR="\"$(plugindir)\"" \
|
-DPLUGDIR="\"$(plugindir)\"" \
|
||||||
-DLOCALEDIR="\"$(localedir)\"" \
|
-DLOCALEDIR="\"$(localedir)\"" \
|
||||||
$(PYTHON_CPPFLAGS) \
|
|
||||||
$(GLIBMM_CFLAGS)
|
$(GLIBMM_CFLAGS)
|
||||||
src_backend_libbackend_la_CXXFLAGS = \
|
src_backend_libbackend_la_CXXFLAGS = \
|
||||||
$(VISIB_HIDDEN)
|
$(VISIB_HIDDEN)
|
||||||
|
@ -276,7 +275,6 @@ sgpemv2_CPPFLAGS = \
|
||||||
$(CAIRO_CFLAGS) \
|
$(CAIRO_CFLAGS) \
|
||||||
$(GTKMM_CFLAGS) \
|
$(GTKMM_CFLAGS) \
|
||||||
$(LIBGLADEMM_CFLAGS) \
|
$(LIBGLADEMM_CFLAGS) \
|
||||||
$(PYTHON_CPPFLAGS) \
|
|
||||||
$(GTHREAD_CFLAGS)
|
$(GTHREAD_CFLAGS)
|
||||||
sgpemv2_CXXFLAGS = $(VISIB_HIDDEN)
|
sgpemv2_CXXFLAGS = $(VISIB_HIDDEN)
|
||||||
sgpemv2_LDFLAGS = $(LT_LDFLAGS)
|
sgpemv2_LDFLAGS = $(LT_LDFLAGS)
|
||||||
|
|
Loading…
Reference in New Issue