summaryrefslogtreecommitdiff
path: root/helper-utilities
diff options
context:
space:
mode:
authorRobin Slomkowski <rslomkow@src.gnome.org>2000-07-11 21:30:29 +0000
committerRobin Slomkowski <rslomkow@src.gnome.org>2000-07-11 21:30:29 +0000
commitb9c988de8349854b9736bfd2230928f6a4caa57e (patch)
treefa138f79cc8b7cf8d81f97a8e4a0faabe8c6ac0a /helper-utilities
parent90166baced35526a04cb6a345a31b16e33698a05 (diff)
downloadnautilus-b9c988de8349854b9736bfd2230928f6a4caa57e.tar.gz
mass change of LDFLAGS to LDADD
Diffstat (limited to 'helper-utilities')
-rw-r--r--helper-utilities/authenticate/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper-utilities/authenticate/Makefile.am b/helper-utilities/authenticate/Makefile.am
index deee9f5af..959037297 100644
--- a/helper-utilities/authenticate/Makefile.am
+++ b/helper-utilities/authenticate/Makefile.am
@@ -19,7 +19,7 @@ nautilus_authenticate_SOURCES =\
nautilus-authenticate-fork.c \
$(NULL)
-nautilus_authenticate_LDFLAGS = \
+nautilus_authenticate_LDADD = \
$(top_builddir)/libnautilus-extensions/libnautilus-extensions.la \
$(top_builddir)/cut-n-paste-code/widgets/e-paned/libe-paned.la \
$(top_builddir)/librsvg/librsvg.la \