diff --git a/build-aux/Makefile.am b/build-aux/Makefile.am new file mode 100644 index 00000000..84e20e7e --- /dev/null +++ b/build-aux/Makefile.am @@ -0,0 +1,17 @@ +# +# Copyright (C) 2018 Red Hat, Inc. All rights reserved. +# +# Authors: Fabio M. Di Nitto +# +# This software licensed under GPL-2.0+, LGPL-2.0+ +# + +MAINTAINERCLEANFILES = Makefile.in + +include $(top_srcdir)/build-aux/check.mk + +noinst_PROGRAMS = doxyxml + +doxyxml_SOURCES = doxyxml.c +doxyxml_CFLAGS = $(libqb_CFLAGS) $(libxml_CFLAGS) +doxyxml_LDADD = $(libqb_LIBS) $(libxml_LIBS)