summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2011-03-23 17:33:07 +0100
committerMartin Sustrik <sustrik@250bpm.com>2011-03-23 17:33:07 +0100
commitd4d184a750e2c09a39b95db9a54daf83aac5a446 (patch)
tree337681fd2ec63d6678d28420aa643cb1cbe4ec0f /Makefile.am
parentb45b68ae4ab90af1ce35deec52b0c0492a1f49d4 (diff)
Pre-compiled devices removed
Along with the devices, xmlParser which is no longer needed is removed. Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 3 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index e7d221f..9b4a4f3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,15 +1,13 @@
ACLOCAL_AMFLAGS = -I config
-SUBDIRS = src doc perf devices tests
-DIST_SUBDIRS = src doc perf devices tests builds/msvc
+SUBDIRS = src doc perf tests
+DIST_SUBDIRS = src doc perf tests builds/msvc
EXTRA_DIST = \
autogen.sh \
version.sh \
MAINTAINERS \
- foreign/openpgm/@pgm_basename@.tar.gz \
- foreign/xmlParser/xmlParser.cpp \
- foreign/xmlParser/xmlParser.hpp
+ foreign/openpgm/@pgm_basename@.tar.gz
MAINTAINERCLEANFILES = \
$(srcdir)/aclocal.m4 \
$(srcdir)/autom4te.cache \