Autoconf and automake building support.
[cascardo/atompub.git] / iri / Makefile.am
diff --git a/iri/Makefile.am b/iri/Makefile.am
new file mode 100644 (file)
index 0000000..bedcb44
--- /dev/null
@@ -0,0 +1,3 @@
+noinst_LTLIBRARIES = libiri.la
+libiri_la_SOURCES = iri.c
+libiri_la_CFLAGS = -I$(top_srcdir)/include $(GLIB_CFLAGS)