mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-02 16:35:01 -04:00
11 lines
205 B
Makefile
11 lines
205 B
Makefile
|
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)/..
|
||
|
|