diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-17 16:07:30 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-17 16:08:01 +0300 |
commit | aa9464281141d0fe098285e0a32ca33d852c0552 (patch) | |
tree | a2896c27699b888ac3084f28d4a22ec0156af5e3 /src/Makefile.am | |
parent | 974774dc41249f683019a8c8ed6954a099672157 (diff) | |
download | plugin-aa9464281141d0fe098285e0a32ca33d852c0552.tar.gz plugin-aa9464281141d0fe098285e0a32ca33d852c0552.tar.bz2 plugin-aa9464281141d0fe098285e0a32ca33d852c0552.tar.xz plugin-aa9464281141d0fe098285e0a32ca33d852c0552.zip |
Move common interfaces initialisation into separate file.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 6d5b292..59554ca 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -24,7 +24,9 @@ MAP_SRC = map/dummy.c \ map/send.h \ map/session.c \ map/session.h \ - map/sessionext.h + map/sessionext.h \ + common/interfaces.c \ + common/interfaces.h SHARED_CFLAGS = -pipe -ffast-math -Wall -Wextra -Wno-sign-compare -DPCRE_SUPPORT SHARED_LDFLAGS = -avoid-version -Wl,--no-undefined |