0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-03 06:08:52 +02:00
construct/charybdis/Makefile.am
2016-09-23 00:01:00 -07:00

25 lines
326 B
Makefile

prefix = @prefix@
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
charybdis_SOURCES = \
lgetopt.cc \
charybdis.cc
charybdis_LDADD = \
-lircd \
-lrb \
@BOOST_LIBS@