diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-12-08 06:34:42 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-12-08 06:34:42 +0100 |
commit | 105941e44722526721369e7f773a5f867442e585 (patch) | |
tree | 302001c6dbb01720709613a0bbef9560a3cc6a43 /Makefile.am | |
parent | fc662c6dcb9646659af560554e288aae2977538c (diff) |
MPL2 only
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 5434b23..6df2a02 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,8 +9,6 @@ SUBDIRS = inc src build docs EXTRA_DIST = \ autogen.sh \ libsdw.pc.in \ - libsdw-zip.in \ - COPYING.LGPL \ COPYING.MPL \ INSTALL \ NEWS \ @@ -19,9 +17,6 @@ EXTRA_DIST = \ distclean-local: rm -rf *.cache *~ *.pc -zip: install - sh libsdw-zip - dist-hook: git log --date=short --pretty="format:@%cd %an <%ae> [%H]%n%n%s%n%n%e%b" | sed -e "s|^\([^@]\)|\t\1|" -e "s|^@||" >$(distdir)/ChangeLog |