aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile_custom.common
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-08-31 13:44:43 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-08-31 13:44:43 +0000
commit007c788f05d5824d7cbabaf3520b0d19b5424420 (patch)
tree5cac0688e91cca4105cd4652601c847a5acdf388 /gtk/Makefile_custom.common
parent1cf5a9ce5af3db310dd934852c4b3156aa8b1251 (diff)
Make it possible to add custom tap/GUI files
svn path=/trunk/; revision=38821
Diffstat (limited to 'gtk/Makefile_custom.common')
-rw-r--r--gtk/Makefile_custom.common13
1 files changed, 13 insertions, 0 deletions
diff --git a/gtk/Makefile_custom.common b/gtk/Makefile_custom.common
new file mode 100644
index 0000000000..58e639309c
--- /dev/null
+++ b/gtk/Makefile_custom.common
@@ -0,0 +1,13 @@
+#
+# $Id:$
+# You can add custom GUI files here
+#
+
+#Add GUI source files here
+WIRESHARK_CUSTOM_GTK_SRC = \
+
+#Add your tap source files here:
+WIRESHARK_CUSTOM_TAP_SRC = \
+
+#Add headers here:
+WIRESHARK_CUSTOM_HEADERS = \ \ No newline at end of file