0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-29 15:28:20 +02:00
construct/charybdis/Makefile.am
2016-07-22 19:46:28 -07:00

27 lines
334 B
Makefile

prefix = @prefix@
AM_CPPFLAGS = \
-I$(top_srcdir)/include \
@LTDLINCL@ \
@BOOST_CPPFLAGS@
AM_LDFLAGS = \
-dlopen self
AM_LDFLAGS += \
-L$(top_srcdir)/ircd \
-L$(top_srcdir)/rb \
@BOOST_LDFLAGS@
bin_PROGRAMS = charybdis
charybdis_SOURCES = \
charybdis.cc
charybdis_LDADD = \
-lircd \
-lrb \
@LIBLTDL@ \
@BOOST_LIBS@