]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
Added chm_operonly to Makefile
authorValery Yatsko <redacted>
Sun, 27 Jul 2008 08:19:21 +0000 (12:19 +0400)
committerValery Yatsko <redacted>
Sun, 27 Jul 2008 08:19:21 +0000 (12:19 +0400)
extensions/Makefile.in
extensions/chm_operonly.c

index 5d2ee63dbf2f97666abf85ffd42aef340e54cbfe..04a69ea0097ab2599bcfc018effb8165c8dd9c34 100644 (file)
@@ -27,6 +27,7 @@ INCLUDES      = -I. -I../include -I../libratbox/include $(SSL_INCLUDES)
 CPPFLAGS       = ${INCLUDES} @CPPFLAGS@
 
 SRCS =                          \
+  chm_operonly.c               \
   chm_operonly_compat.c                \
   chm_quietunreg_compat.c      \
   chm_sslonly_compat.c         \
index 1ba7aafa3d23a41974000e2ceb73c532628acd6c..b46fd8ac6b05c94c744b880f947f280d1cf24949 100644 (file)
@@ -10,8 +10,6 @@
 #include "numeric.h"
 #include "chmode.h"
 
-/* gcc -fPIC -DPIC -shared  -I. -I../include -I../libratbox/include   -O0 -Wall -std=gnu99 -g  -DIRCD_PREFIX=\"/home/dwr/build/charybdis\" chm_operonly.c -o chm_operonly.so */
-
 static void h_can_join(hook_data_channel *);
 
 mapi_hfn_list_av1 operonly_hfnlist[] = {