diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-11-21 14:51:17 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-11-21 14:51:17 +0100 |
commit | bb9bc9051629c3319c56785c2f4ae0e605d76329 (patch) | |
tree | ec393eb145e5a7d43909bdfc43cdeaa28c4e434a /modules/echo/Makefile.am |
Initial import of bitz-server version 0.1.6-1
Diffstat (limited to 'modules/echo/Makefile.am')
-rw-r--r-- | modules/echo/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/echo/Makefile.am b/modules/echo/Makefile.am new file mode 100644 index 0000000..3236ad7 --- /dev/null +++ b/modules/echo/Makefile.am @@ -0,0 +1,9 @@ +# modules/echo +AM_CPPFLAGS = -I$(top_srcdir)/lib -I$(top_srcdir)/src + +modlibdir = $(pkglibdir)/modules +modlib_LTLIBRARIES = mod_echo.la +mod_echo_la_LDFLAGS = -module -avoid-version +mod_echo_la_SOURCES = \ + echo.h echo.cpp + |