diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am index 21d98a08..8e085e5d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,34 +1,27 @@ include $(top_srcdir)/Makefile.shared SUBDIRS = \ + po \ eel \ libcaja-extension \ libegg \ libcaja-private \ src \ test \ - po \ data \ icons \ docs \ $(NULL) EXTRA_DIST = \ + its \ autogen.sh \ COPYING.LIB \ COPYING.EXTENSIONS \ HACKING \ - intltool-extract.in \ - intltool-merge.in \ - intltool-update.in \ Makefile.shared \ $(NULL) -DISTCLEANFILES = \ - intltool-extract \ - intltool-merge \ - intltool-update - DISTCHECK_CONFIGURE_FLAGS = \ --disable-update-mimedb \ --disable-icon-update \ |