Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] ui/qt directory installed with gtk version (1.8rc1)

From: Petr Sumbera <petr.sumbera@xxxxxxxxxx>
Date: Fri, 15 Jun 2012 13:04:05 +0200
On Thu, 14 Jun 2012 16:07:57 -0700, Joerg wrote:
>On Thu, Jun 14, 2012 at 04:55:01PM +0200, Petr Sumbera wrote:
>> why do I have installed ui/qt directory with all png files when I
>> built 1.8.rc1 with gtk?
>
>How did you build and install Wireshark?

I believe I did nothing special:

$ /builds/userland-wireshark-1.8/components/wireshark/wireshark-1.8.0rc1/configure CC=/ws/on11update-tools/SUNWspro/sunstudio12.1/bin/cc CXX=/ws/on11update-tools/SUNWspro/sunstudio12.1/bin/CC --prefix=/usr --mandir=/usr/share/man --bindir=/usr/bin --libdir=/usr/lib --sbindir=/usr/sbin --bindir=/usr/sbin --disable-usr-local --disable-randpkt --disable-dftest --disable-idl2wrs --with-krb5 CFLAGS=-m32 -xO4 -xchip=pentium -xregs=no%frameptr -mt PATH=/usr/perl5/bin:/usr/gnu/bin:/usr/bin:/usr/gnu/bin
...
(cd /builds/userland-wireshark-1.8/components/wireshark/build/i86 ; /usr/bin/env LD_OPTIONS="-M /usr/lib/ld/map.noexstk -M /usr/lib/ld/map.noexdata -M /usr/lib/ld/map.pagealign -Bdirect -z ignore" /usr/gnu/bin/make \

DESTDIR=/builds/userland-wireshark-1.8/components/wireshark/build/prototype/i386 install)


I think it's installed because of this (note install-uiqtDATA).

install-am: all-am
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am

install-data-am: install-diameterDATA install-dtdsDATA \
        install-pkgdataDATA install-radiusDATA install-tpncpDATA \
        install-uiDATA install-uiqtDATA install-wimaxasncpDATA

---

Petr