]> git.street.me.uk Git - andy/viking.git/blobdiff - Makefile.am
Some spelling fixes in a comment
[andy/viking.git] / Makefile.am
index d08f602759056f594f3221d77bbf0f9e6c7076a1..9e2760777715d67b75bb57aa15aade3bffdb8a5f 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS = src test doc po help
+SUBDIRS = src test data po win32 help tools doc
 
 INTLTOOL = \
        intltool-extract.in \
@@ -9,14 +9,14 @@ full:
        ./autogen.sh
        make
 
-bin_SCRIPTS = viking-remote
-
 EXTRA_DIST = \
-            gnome-doc-utils.make \
-                ChangeLog.0 \
-            viking-remote \
-            viking.spec \
-            $(INTLTOOL)
+       HACKING \
+       gnome-doc-utils.make \
+       ChangeLog.0 \
+       viking.spec \
+       mingw-viking.spec \
+       mingw64-viking.spec \
+       $(INTLTOOL)
 
 .PHONY: generate-changelog
 generate-changelog:
@@ -28,8 +28,10 @@ generate-changelog:
 dist-hook: viking.spec generate-changelog
        cp $(top_builddir)/viking.spec $(distdir)
 
+MAINTAINERCLEANFILES = \
+       gnome-doc-utils.make
+
 DISTCLEANFILES = \
-       gnome-doc-utils.make \
        intltool-extract \
        intltool-merge \
        intltool-update
@@ -38,3 +40,6 @@ ACLOCAL_AMFLAGS = -I m4
 
 DISTCHECK_CONFIGURE_FLAGS = \
        --disable-scrollkeeper
+
+# Ignore gtk theme cache files on distcheck
+distuninstallcheck_listfiles = find . -type f -print | grep -v 'icon-theme.cache'