mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 03:02:30 +01:00
3f855f07f5
Continuation of 83032b1aa
9 lines
212 B
Makefile
9 lines
212 B
Makefile
libdir = $(hexchatlibdir)
|
|
|
|
lib_LTLIBRARIES = doat.la
|
|
doat_la_SOURCES = doat.c
|
|
doat_la_LDFLAGS = $(PLUGIN_LDFLAGS) -module
|
|
doat_la_LIBADD = $(GLIB_LIBS)
|
|
doat_la_CFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)/src/common
|
|
|