mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-14 21:35:06 -05: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
|
|
|