diff options
| author | Martin Winter <mwinter@opensourcerouting.org> | 2017-01-26 04:23:43 +0700 | 
|---|---|---|
| committer | Martin Winter <mwinter@opensourcerouting.org> | 2017-01-26 04:23:43 +0700 | 
| commit | 3ab11ecc7ba6de37393d334bf9f6cbc88a3eeec1 (patch) | |
| tree | 9a7bfb39e158adde7f917b898cb10760ffe7bb96 /Makefile.am | |
| parent | dfa7df29a8a3335d85f8825063d9334652ae7e4b (diff) | |
snapcraft: Add snapcraft build and definition files
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index d9b57a5eae..63dedeac06 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,11 +3,11 @@  SUBDIRS = lib qpb fpm @ZEBRA@ @LIBRFP@ @RFPTEST@ \  	 @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ @LDPD@ \           @ISISD@ @PIMD@ @WATCHFRR@ @VTYSH@ @OSPFCLIENT@ @DOC@ m4 @pkgsrcdir@ \ -         redhat @SOLARIS@ tests tools cumulus +         redhat @SOLARIS@ tests tools cumulus snapcraft  DIST_SUBDIRS = lib qpb fpm zebra bgpd ripd ripngd ospfd ospf6d ldpd \  	  isisd watchfrr vtysh ospfclient doc m4 pkgsrc redhat tests \ -	  solaris pimd @LIBRFP@ @RFPTEST@ tools cumulus +	  solaris pimd @LIBRFP@ @RFPTEST@ tools cumulus snapcraft  EXTRA_DIST = aclocal.m4 SERVICES REPORTING-BUGS \  	update-autotools \  | 
