diff options
author | Stefano Karapetsas <[email protected]> | 2013-08-02 14:42:20 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-08-02 14:42:20 +0200 |
commit | 3166eb479b5f51216eb09637153bdbb063533594 (patch) | |
tree | 97fb4d4c665986d1b156685d6a7984f6808d67b5 /Makefile.am | |
parent | 71f21726cb5d3c8c62bc36578958d4f3b9a79200 (diff) | |
download | mate-screensaver-3166eb479b5f51216eb09637153bdbb063533594.tar.bz2 mate-screensaver-3166eb479b5f51216eb09637153bdbb063533594.tar.xz |
Fixes for make dist and make distcheck
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 d9d2ad1..f400a13 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,8 @@ AUTOMAKE_OPTIONS = 1.7 NULL = +DISTCHECK_CONFIGURE_FLAGS = --without-systemd + SUBDIRS = \ src \ savers \ @@ -20,8 +22,6 @@ EXTRA_DIST = \ README \ ChangeLog \ NEWS \ - TODO \ - HACKING \ intltool-extract.in \ intltool-merge.in \ intltool-update.in \ |