print.ps moved to epan.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 12 Jul 2013 07:27:55 +0000 (07:27 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 12 Jul 2013 07:27:55 +0000 (07:27 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@50529 f5534014-38df-0310-8fa8-9805f1628bb7

Makefile.am

index e1d6e0234fee3534053f89ca553c699fc766221c..63b148c8c397cd8091fd3777584fa63fd04ba3cb 100644 (file)
@@ -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) \