lib: Modularized mtio implementation.
[ashd.git] / lib / Makefile.am
index d48cfb6..8116805 100644 (file)
@@ -2,7 +2,6 @@ lib_LIBRARIES = libht.a
 
 libht_a_SOURCES =      utils.c mt.c log.c req.c proc.c mtio.c resp.c cf.c
 libht_a_CFLAGS =       -fPIC
-libht_a_CPPFLAGS =     -D_GNU_SOURCE
 if USE_EPOLL
 libht_a_SOURCES += mtio-epoll.c
 else