diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/Makefile.am b/Makefile.am index 7e615e61..b55fe29b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,18 +1,17 @@ SUBDIRS = \ - data \ - po \ + egg \ gnome-session \ - man + compat \ + splash \ + po \ + data EXTRA_DIST = \ - MAINTAINERS \ - COPYING-DOCS \ - HACKING \ intltool-extract.in \ intltool-merge.in \ intltool-update.in -DISTCLEANFILES = \ - intltool-extract \ - intltool-merge \ - intltool-update +DISTCLEANFILES = \ + intltool-extract \ + intltool-merge \ + intltool-update |