Added configuration backend using hash tables
[cascardo/atompub.git] / config / ghashtable / Makefile.am
diff --git a/config/ghashtable/Makefile.am b/config/ghashtable/Makefile.am
new file mode 100644 (file)
index 0000000..765562f
--- /dev/null
@@ -0,0 +1,3 @@
+noinst_LTLIBRARIES = libghashtable.la
+libghashtable_la_SOURCES = ghashtable.c
+libghashtable_la_CFLAGS = -I$(top_srcdir)/include $(GLIB_CFLAGS)