diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-16 20:00:32 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-16 20:00:32 -0800 |
commit | 028b161bf2285dfb1c65af056d8d3414286ecc91 (patch) | |
tree | 7f0339761d2ee8f554b09aa02f7852d86cda1fbf /Makefile.am | |
parent | 509b0b9f6e3a40e23e0606eb9a976b28ddd9af6d (diff) | |
download | iceauth-028b161bf2285dfb1c65af056d8d3414286ecc91.tar.gz |
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c2f068e..1a40ee3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,3 +48,5 @@ ALL_LINT_FLAGS=$(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ lint: $(LINT) $(ALL_LINT_FLAGS) $(iceauth_SOURCES) endif LINT + +EXTRA_DIST = README.md |