summary refs log tree commit diff stats
path: root/plugins/doat
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-07-17 19:47:19 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-07-17 19:47:19 +0200
commit2044a9568ccccad5e970853aca85f33be0131adc (patch)
tree57c2c341eec5463062b1ab382bb144b654258365 /plugins/doat
parente5f4c4d217a35f5405dc1f2a6ff9f79e2ecad705 (diff)
Add make support for Do At on Unix
Diffstat (limited to 'plugins/doat')
-rw-r--r--plugins/doat/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/doat/Makefile.am b/plugins/doat/Makefile.am
new file mode 100644
index 00000000..8be75450
--- /dev/null
+++ b/plugins/doat/Makefile.am
@@ -0,0 +1,10 @@
+EXTRA_DIST = 
+
+libdir = $(hexchatlibdir)/plugins
+
+lib_LTLIBRARIES = doat.la
+doat_la_SOURCES = doat.c
+doat_la_LDFLAGS = -avoid-version -module 
+doat_la_LIBADD = 
+INCLUDES = $(COMMON_CFLAGS) -I$(srcdir)/..
+