Commit 16475bb5 16475bb59d7c64c8b7dfbdf6f4be5cc40db9e1de by Sergey Poznyakoff

Pointed moddir to a more appropriate place

1 parent 2c46f6bc
......@@ -12,7 +12,7 @@ noinst_PROGRAMS = \
http\
mta
moddir=$(datadir)
moddir=$(libdir)/$(PACKAGE)
mod_LTLIBRARIES = numaddr.la
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib
......