indentation, comment and style fixes, no semantic changes
[oweals/gnunet.git] / src / mysql / Makefile.am
index c91dd80ca446fcd3358d81175a5e286492ed04d1..889562d600180bb2aea43575e975601d3018b626 100644 (file)
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
 AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 if MINGW
@@ -8,13 +9,14 @@ if USE_COVERAGE
   AM_CFLAGS = --coverage
 endif
 
+if HAVE_MYSQL
 lib_LTLIBRARIES = libgnunetmysql.la
+endif
 
 libgnunetmysql_la_SOURCES = \
   mysql.c
 libgnunetmysql_la_LIBADD = $(MYSQL_LDFLAGS) -lmysqlclient \
- $(top_builddir)/src/util/libgnunetutil.la  
+ $(top_builddir)/src/util/libgnunetutil.la
 libgnunetmysql_la_LDFLAGS = \
  $(GN_LIB_LDFLAGS) \
   -version-info 0:0:0
-