c.sexchat/plugins/doat/Makefile.am

9 lines
193 B
Makefile
Raw Normal View History

2012-07-17 19:47:19 +02:00
libdir = $(hexchatlibdir)/plugins
lib_LTLIBRARIES = doat.la
doat_la_SOURCES = doat.c
doat_la_LDFLAGS = -avoid-version -module
doat_la_LIBADD =
2012-10-13 22:26:35 +02:00
AM_CPPFLAGS = $(COMMON_CFLAGS) -I$(srcdir)/..
2012-07-17 19:47:19 +02:00