aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-07-12 07:27:55 +0000
committerGuy Harris <guy@alum.mit.edu>2013-07-12 07:27:55 +0000
commit5be96e75523dd3b1624cda26ccf8409d84c1dadf (patch)
tree682074188afeff0b196ad12b92791d7873615575 /Makefile.am
parent54ec53ad1ee6d21afdd09b8cf70084667adda8eb (diff)
print.ps moved to epan.
svn path=/trunk/; revision=50529
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index e1d6e0234f..63b148c8c3 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
+wireshark_LDFLAGS = -export-dynamic -Wl,-rpath @executable_path/../lib -rpath /usr/local/lib
endif
if HAVE_Qt
wireshark_qt_LDFLAGS = -export-dynamic
@@ -705,6 +705,7 @@ EXTRA_DIST = \
doxygen.cfg.in \
dumpcap.c \
editcap.c \
+ epan/print.ps \
fix/FIX.xml \
fix/FIX40.xml \
fix/FIX41.xml \
@@ -933,7 +934,6 @@ EXTRA_DIST = \
manuf.tmpl \
mergecap.c \
pdml2html.xsl \
- print.ps \
$(diameter_DATA) \
$(dtds_DATA) \
$(nobase_profiles_DATA) \