diff options
author | Guy Harris <guy@alum.mit.edu> | 2013-07-12 07:29:05 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2013-07-12 07:29:05 +0000 |
commit | 278567c4ee6af6ba335e38c3c9b5db227131110c (patch) | |
tree | 134d7b2e0445898914755dd5c184d17ac8eca8b7 /Makefile.am | |
parent | 5be96e75523dd3b1624cda26ccf8409d84c1dadf (diff) | |
download | wireshark-278567c4ee6af6ba335e38c3c9b5db227131110c.tar.gz wireshark-278567c4ee6af6ba335e38c3c9b5db227131110c.tar.bz2 wireshark-278567c4ee6af6ba335e38c3c9b5db227131110c.zip |
Revert a change that shouldn't have been checked in.
svn path=/trunk/; revision=50530
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 63b148c8c3..ec780ada6f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -329,7 +329,7 @@ wireshark_qt_LDFLAGS = -Wl,-static -all-static endif else if HAVE_GTK -wireshark_LDFLAGS = -export-dynamic -Wl,-rpath @executable_path/../lib -rpath /usr/local/lib +wireshark_LDFLAGS = -export-dynamic endif if HAVE_Qt wireshark_qt_LDFLAGS = -export-dynamic |