summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am35
1 files changed, 0 insertions, 35 deletions
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index 280ebd1f..00000000
--- a/Makefile.am
+++ /dev/null
@@ -1,35 +0,0 @@
-NULL =
-
-SUBDIRS = \
- po \
- config \
- pixmaps \
- common \
- daemon \
- gui \
- utils \
- docs \
- $(NULL)
-
-# add these when help gets added back
-# docs omf-install
-
-EXTRA_DIST = \
- MAINTAINERS \
- ChangeLog \
- README \
- README.install \
- intltool-extract.in \
- intltool-merge.in \
- intltool-update.in \
- gnome-doc-utils.make
-
-DISTCLEANFILES = \
- gnome-doc-utils.make \
- intltool-extract \
- intltool-merge \
- intltool-update
-
-DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
-
-distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper' | grep -v '^./share/.*/icons/hicolor/icon-theme.cache'