diff options
author | Guy Harris <guy@alum.mit.edu> | 2010-07-15 19:43:01 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2010-07-15 19:43:01 +0000 |
commit | d7e9136268ff24681a51a6f0f20c0143f7075ceb (patch) | |
tree | 900adfbb329e9006fc47a1e41ba86c6c8ea1985d /Makefile.am | |
parent | 31a8e4498ac386dfc957b66bbd9d84d361ee3fc6 (diff) | |
download | wireshark-d7e9136268ff24681a51a6f0f20c0143f7075ceb.tar.gz wireshark-d7e9136268ff24681a51a6f0f20c0143f7075ceb.tar.bz2 wireshark-d7e9136268ff24681a51a6f0f20c0143f7075ceb.zip |
Only link programs that call stuff in Application Services or Core
Foundation with those frameworks.
svn path=/trunk/; revision=33541
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index da95c6d72d..14a0d1a492 100644 --- a/Makefile.am +++ b/Makefile.am @@ -322,7 +322,8 @@ wireshark_LDADD = \ @C_ARES_LIBS@ \ @ADNS_LIBS@ \ @KRB5_LIBS@ \ - @FRAMEWORKS@ \ + @LAUNCHSERVICES_FRAMEWORKS@ \ + @CORESERVICES_FRAMEWORKS@ \ @LIBGCRYPT_LIBS@ \ @LIBGNUTLS_LIBS@ \ @LIBSMI_LDFLAGS@ \ @@ -350,7 +351,7 @@ tshark_LDADD = \ @C_ARES_LIBS@ \ @ADNS_LIBS@ \ @KRB5_LIBS@ \ - @FRAMEWORKS@ \ + @CORESERVICES_FRAMEWORKS@ \ @LIBGCRYPT_LIBS@ \ @LIBGNUTLS_LIBS@ \ @LIBSMI_LDFLAGS@ @@ -377,7 +378,7 @@ rawshark_LDADD = \ @C_ARES_LIBS@ \ @ADNS_LIBS@ \ @KRB5_LIBS@ \ - @FRAMEWORKS@ \ + @CORESERVICES_FRAMEWORKS@ \ @LIBGCRYPT_LIBS@ \ @LIBGNUTLS_LIBS@ \ @LIBSMI_LDFLAGS@ @@ -456,7 +457,7 @@ dumpcap_LDADD = \ @PCAP_LIBS@ \ @SOCKET_LIBS@ \ @NSL_LIBS@ \ - @FRAMEWORKS@ \ + @CORESERVICES_FRAMEWORKS@ \ @LIBCAP_LIBS@ dumpcap_CFLAGS = $(AM_CLEAN_CFLAGS) $(py_dissectors_dir) |