summary refs log tree commit diff stats
path: root/plugins/xdcc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/xdcc/Makefile.am')
-rw-r--r--plugins/xdcc/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/xdcc/Makefile.am b/plugins/xdcc/Makefile.am
new file mode 100644
index 00000000..24f93f16
--- /dev/null
+++ b/plugins/xdcc/Makefile.am
@@ -0,0 +1,7 @@
+libdir = $(xchatdir)/plugins
+
+lib_LTLIBRARIES = xdcc.la
+xdcc_la_SOURCES = xdcc.c
+xdcc_la_LDFLAGS = -avoid-version -module 
+INCLUDES = $(COMMON_CFLAGS) -I$(srcdir)/..
+