summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTyson Key <tyson.key@gmail.com>2011-01-01 07:03:02 +0100
committerSebastian Reichel <sre@ring0.de>2011-01-01 07:03:02 +0100
commite34ba784f3e73e990dff15ecd1ae02a47a466379 (patch)
treecd663a150e6aeeb0eb825be48fc786fdf2605f5f /Makefile
parent3352724ad7ad9aedae92dd78d52b9ddb4aa79b3c (diff)
downloadisi-wireshark-plugin-e34ba784f3e73e990dff15ecd1ae02a47a466379.tar.bz2
Initial SIM packet analysis
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 95be347..1a97d02 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CFLAGS+=-I/usr/include/wireshark -DHAVE_STDARG_H -DHAVE_CONFIG_H -g
-OBJECTS:=src/packet-isi.o src/plugin.o src/isi-simauth.o src/isi-network.o src/isi-gps.o
+OBJECTS:=src/packet-isi.o src/plugin.o src/isi-sim.o src/isi-simauth.o src/isi-network.o src/isi-gps.o
PREFIX?=/usr
PLUGINDIR?=lib/wireshark/libwireshark0/plugins