summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am36
1 files changed, 0 insertions, 36 deletions
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index 88e9d2b0..00000000
--- a/Makefile.am
+++ /dev/null
@@ -1,36 +0,0 @@
-NULL =
-
-SUBDIRS = \
- data \
- config \
- common \
- daemon \
- libgreeter \
- gui \
- utils \
- po \
- $(NULL)
-
-# add these when help gets added back
-# docs omf-install
-
-EXTRA_DIST = \
- MAINTAINERS \
- ChangeLog \
- README \
- intltool-extract.in \
- intltool-merge.in \
- intltool-update.in \
- gnome-doc-utils.make \
- xmldocs.make \
- omf.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'