From b63a5bb1168f1e354666cec0cf92ef3bdeb7bf3e Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 06 Dec 2015 23:41:28 -0500 Subject: Makefile.am: Move include directives --- diff --git a/Makefile.am b/Makefile.am index 965744d..6f6a56f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,6 +18,12 @@ # along with the ProteanOS Development Kit. If not, see # . +MANUAL = ProteanOS Development Kit Manual + +bin_PROGRAMS = prokit + +prokit_SOURCES = + include $(top_srcdir)/src/local.mk include $(top_srcdir)/lib/local.mk include $(top_srcdir)/lib/cmd/local.mk @@ -27,10 +33,7 @@ include $(top_srcdir)/man/local.mk include $(top_srcdir)/locale/local.mk include $(top_srcdir)/tests/local.mk -MANUAL = ProteanOS Development Kit Manual - -bin_PROGRAMS = prokit -prokit_SOURCES = \ +prokit_SOURCES += \ $(bin_sources) \ $(pkgdata_sources) \ $(pkgdatacmd_sources) \ -- cgit v0.9.1