Skip to content

Commit

Permalink
Add sample to 'dist' and debian packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
ppomes committed Mar 5, 2021
1 parent ac0e8f7 commit 6d89125
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SUBDIRS = hmac main
dist_doc_DATA = README.md

EXTRA_DIST = $(top_srcdir)/uthash/uthash.h
EXTRA_DIST = $(top_srcdir)/uthash/uthash.h $(top_srcdir)/main/myanon-sample.conf $(top_srcdir)/debian
3 changes: 3 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#!/usr/bin/make -f
%:
dh $@ --with autoreconf

override_dh_installexamples:
dh_installexamples main/myanon-sample.conf

0 comments on commit 6d89125

Please sign in to comment.