summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@src.gnome.org>2007-06-18 22:01:13 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-06-18 22:01:13 +0000
commit39e69e2f047f1769cc4389ce9d1b77dfce46dfb6 (patch)
treeabe2b4e9bccc0c6a501afcc63a7008fb5c54c30f
parent41cce0e5c01db1db44349bdf217444629ffaa374 (diff)
downloadvte-39e69e2f047f1769cc4389ce9d1b77dfce46dfb6.tar.gz
Use AM_LDFLAGS instead of LDFLAGS
svn path=/trunk/; revision=1911
-rw-r--r--python/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Makefile.am b/python/Makefile.am
index c223d9c9..dfe6ec24 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -10,7 +10,7 @@ CLEANFILES = vte.c
# we do this to suport building with -Wl,-z,defs which errors on
# vtemodule.so as we cannot include $(PYTHON_LIBS) due to bug 410986.
-LDFLAGS += $(PYTHON_LDFLAGS)
+AM_LDFLAGS = $(PYTHON_LDFLAGS)
vtemodule_la_CFLAGS = $(VTE_CFLAGS) $(X_CFLAGS) $(PYTHON_INCLUDES) $(PYGTK_CFLAGS)
vtemodule_la_SOURCES = vtemodule.c