0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-01-30 00:10:07 +01:00
construct/charybdis/Makefile.am

25 lines
307 B
Text
Raw Normal View History

prefix = @prefix@
2016-07-20 11:55:46 -07:00
AM_CPPFLAGS = \
-I$(top_srcdir)/include \
@BOOST_CPPFLAGS@
AM_LDFLAGS = \
-dlopen self
AM_LDFLAGS += \
-L$(top_srcdir)/ircd \
-L$(top_srcdir)/rb \
@BOOST_LDFLAGS@
bin_PROGRAMS = charybdis
2016-07-20 11:55:46 -07:00
charybdis_SOURCES = \
charybdis.cc
2016-07-20 11:55:46 -07:00
charybdis_LDADD = \
-lircd \
-lrb \
@BOOST_LIBS@