diff options
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | lib/local.mk | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b8b88ea..1ae4f62 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,6 +16,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. include $(top_srcdir)/src/local.mk +include $(top_srcdir)/lib/local.mk bin_SCRIPTS = $(bin_sources:.sh=) pkgdata_SCRIPTS = $(pkgdata_sources:.sh=.sm) diff --git a/lib/local.mk b/lib/local.mk new file mode 100644 index 0000000..11a9ac7 --- /dev/null +++ b/lib/local.mk @@ -0,0 +1,2 @@ +pkgdata_sources = \ + |