summaryrefslogtreecommitdiffstats
path: root/fnet/ethereal/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'fnet/ethereal/Makefile.am')
-rw-r--r--fnet/ethereal/Makefile.am26
1 files changed, 26 insertions, 0 deletions
diff --git a/fnet/ethereal/Makefile.am b/fnet/ethereal/Makefile.am
new file mode 100644
index 00000000000..7f169f25afa
--- /dev/null
+++ b/fnet/ethereal/Makefile.am
@@ -0,0 +1,26 @@
+# Makefile.am
+# Automake file for plugin
+
+INCLUDES = -I$(top_srcdir)
+
+plugindir = @plugindir@
+
+plugin_LTLIBRARIES = fnetrpc.la
+fnetrpc_la_SOURCES = packet-fnetrpc.c moduleinfo.h
+fnetrpc_la_LDFLAGS = -module -avoid-version
+fnetrpc_la_LIBADD = @PLUGIN_LIBS@
+
+# Libs must be cleared, or else libtool won't create a shared module.
+# If your module needs to be linked against any particular libraries,
+# add them here.
+LIBS =
+
+CLEANFILES = \
+ fnetrpc \
+ *~
+
+MAINTAINERCLEANFILES = \
+ Makefile.in
+
+EXTRA_DIST = \
+ Makefile.nmake