diff options
author | Oliver Smith <osmith@sysmocom.de> | 2020-05-22 13:48:11 +0200 |
---|---|---|
committer | Oliver Smith <osmith@sysmocom.de> | 2020-05-22 13:48:11 +0200 |
commit | f3155e33b91f4cb3565f2c64f9fcfc16e412f649 (patch) | |
tree | de97f2b5248a868cb0f731ea3325474ff90ffaeb | |
parent | 7bbe19ee9de6e3d07819cb89dc84ec87e7a1b90e (diff) |
Makefile.am: EXTRA_DIST: debian, contrib/*.spec.in
Change-Id: Ie192c9b516ff98f2b1ab8e7927da55a0c1e9eb56
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 9462fa8..0152341 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,7 +39,10 @@ SUBDIRS = \ EXTRA_DIST = \ LEGAL \ COPYING \ - README.md + README.md \ + contrib/osmo-trx.spec.in \ + debian \ + $(NULL) AM_DISTCHECK_CONFIGURE_FLAGS = \ --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) |