1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-02 03:06:38 +02:00
This commit is contained in:
stskeeps
2001-04-14 10:18:07 +00:00
parent 6491094450
commit 7d53af10f1
+1 -2
View File
@@ -20,7 +20,7 @@
#*/
COMMANDS_MODULES=m_sethost.so m_chghost.so m_chgident.so m_setname.so \
m_setident.so m_sdesc.so m_file.so
m_setident.so m_sdesc.so m_file.so
COMMANDS=m_sethost.c m_chghost.c m_chgident.c m_setname.c m_setident.c \
m_sdesc.c
@@ -64,6 +64,5 @@ m_file.so: m_file.c $(INCLUDES)
-fPIC -DPIC -shared -DDYNAMIC_LINKING \
-o m_file.so m_file.c -L/usr/local/lib -lmysqlclient
clean:
$(RM) -f *.o *.so *~ core