Return error if backend is not able to tell a feed from an entry
[cascardo/atompub.git] / src / Makefile.am
1 bin_PROGRAMS = atompub
2 atompub_SOURCES = main.c config.c ctx.c backend.c error.c
3 atompub_CFLAGS = -I$(top_srcdir)/include
4 atompub_CFLAGS += $(GLIB_CFLAGS) $(GIO_CFLAGS)
5 atompub_LDADD = -L$(top_builddir)/atom -latom