ioutil: make the file compile on MacOS
[fw/openocd] / src / svf / Makefile.am
index fa789d66097824db7be7e1d2089f413e43ac5c0c..3a14d2087ad47525cb9c07529cfaac6f2c5bfc28 100644 (file)
@@ -1,5 +1,8 @@
-INCLUDES = -I$(top_srcdir)/src/server -I$(top_srcdir)/src/helper       -I$(top_srcdir)/src/jtag $(all_includes)
+include $(top_srcdir)/common.mk
+
 METASOURCES = AUTO
-noinst_LIBRARIES = libsvf.a
+noinst_LTLIBRARIES = libsvf.la
 noinst_HEADERS = svf.h
-libsvf_a_SOURCES = svf.c
+libsvf_la_SOURCES = svf.c
+
+MAINTAINERCLEANFILES = $(srcdir)/Makefile.in