diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-04-20 13:54:11 -0300 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-04-20 13:54:11 -0300 |
commit | 0e83d31f63b79c062a5a414a494ed3184e5dc0fb (patch) | |
tree | 418432e6be4d26e877e1e2cdfa155e88895c2331 | |
parent | 6164860c73613cd20ed179e6d92f9fe45c97c0b2 (diff) | |
download | blogc-0e83d31f63b79c062a5a414a494ed3184e5dc0fb.tar.gz blogc-0e83d31f63b79c062a5a414a494ed3184e5dc0fb.tar.bz2 blogc-0e83d31f63b79c062a5a414a494ed3184e5dc0fb.zip |
build: added LICENSE to distribution tarball
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b0fa633..75e68ea 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,6 +11,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS = \ EXTRA_DIST = \ autogen.sh \ + LICENSE \ README.md \ $(NULL) |