summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_mysql.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-12-04 21:41:26 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-12-04 21:41:26 +0000
commitbcac49dca78631687975771c6d0a76b595171664 (patch)
treeca5940e1ad88f90c7d67119c0a766d6a524b064c /src/modules/extra/m_mysql.cpp
parentb66cd9525637544ed90ffe3fd32e3c24f50cf7a0 (diff)
Update $ModDep lines so that these properly depend on their headers in the makefile
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5853 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/extra/m_mysql.cpp')
-rw-r--r--src/modules/extra/m_mysql.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/extra/m_mysql.cpp b/src/modules/extra/m_mysql.cpp
index a3b247f56..ce0644e96 100644
--- a/src/modules/extra/m_mysql.cpp
+++ b/src/modules/extra/m_mysql.cpp
@@ -31,6 +31,7 @@ using namespace std;
/* $ModDesc: SQL Service Provider module for all other m_sql* modules */
/* $CompileFlags: `mysql_config --include` */
/* $LinkerFlags: `mysql_config --libs_r` `perl extra/mysql_rpath.pl` */
+/* $ModDep: m_sqlv2.h */
/* THE NONBLOCKING MYSQL API!
*