summaryrefslogtreecommitdiff
path: root/plugins/tpg
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-02-19 08:20:35 +0000
committerJoão Valverde <j@v6e.pt>2016-02-21 07:51:55 +0000
commitf0fb79d534c4276d30838bb25fc624e3eabce83c (patch)
tree7996dc2491e63b2d7e8d737543976cc3a00ff644 /plugins/tpg
parent8b46cbbceb51f86ccc2efb487cf66024b9174ab4 (diff)
downloadwireshark-f0fb79d534c4276d30838bb25fc624e3eabce83c.tar.gz
autotools: Use pkg-config autoconf macros for GLib/GTK
Remove mostly obsolete aclocal macros. Make GTK build flags a strict superset of GLib flags. Use GTK build variables for GTK GUI and GLib elsewhere. Add dependency flags explicitly instead of using WS_CPPFLAGS. Some minor improvements and fixes for missing/unnecessary variables (no impact on our test builds). Change-Id: I3e1f067a875f79d6516c1fa7af986f17a7a6b671 Reviewed-on: https://code.wireshark.org/review/14005 Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'plugins/tpg')
-rw-r--r--plugins/tpg/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/tpg/Makefile.am b/plugins/tpg/Makefile.am
index e45f8c880e..c8d1220cda 100644
--- a/plugins/tpg/Makefile.am
+++ b/plugins/tpg/Makefile.am
@@ -32,6 +32,10 @@ tpg_la_SOURCES = \
http-parser.h \
packet-http.c
+tpg_la_CPPFLAGS = $(AM_CPPFLAGS) $(PLUGIN_CPPFLAGS)
+
+tpg_la_CFLAGS = $(AM_CFLAGS) $(PLUGIN_CFLAGS)
+
tpg_la_LDFLAGS = $(PLUGIN_LDFLAGS)
CLEANFILES = \