Add make support for Do At on Unix

This commit is contained in:
Berke Viktor
2012-07-17 19:47:19 +02:00
parent e5f4c4d217
commit 2044a9568c
3 changed files with 38 additions and 3 deletions

View File

@ -21,5 +21,9 @@ if DO_SASL
sasldir = sasl
endif
if DO_DOAT
doatdir = doat
endif
#SUBDIRS = . $(pythondir) $(perldir) mailcheck xdcc
SUBDIRS = . $(pythondir) $(perldir) $(tcldir) $(sasldir)
SUBDIRS = . $(pythondir) $(perldir) $(tcldir) $(sasldir) $(doatdir)

10
plugins/doat/Makefile.am Normal file
View File

@ -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)/..