Setting wireshark_LINK means that wireshark_LDFLAGS isn't used; there's
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 12 Jul 2013 22:06:54 +0000 (22:06 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 12 Jul 2013 22:06:54 +0000 (22:06 +0000)
commitf00e63c1e3011c14d82586eeb37b051ca4c9f45e
tree011e660a8e95db9d4b7a5fc19d0189ea3a0cf655
parentc59200a7f62fc8248b0601c8e0770b39c7101e44
Setting wireshark_LINK means that wireshark_LDFLAGS isn't used; there's
no need to set it for the GTK+ version, so don't.  (For Qt, we should
find some other way of forcing it to link wireshark-qt as a C++ program,
perhaps by having a wireshark-qt.cpp file in the top-level source
directory that contains main() and that calls the ui/qt code.)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@50544 f5534014-38df-0310-8fa8-9805f1628bb7
Makefile.am