Add make support for Do At on Unix
This commit is contained in:
10
plugins/doat/Makefile.am
Normal file
10
plugins/doat/Makefile.am
Normal 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)/..
|
||||
|
Reference in New Issue
Block a user