~ifolder-dev/simias/trunk-packaging

« back to all changes in this revision

Viewing changes to src/.svn/text-base/Makefile.am.svn-base

  • Committer: Jorge O. Castro
  • Date: 2007-12-03 06:56:46 UTC
  • Revision ID: jorge@ubuntu.com-20071203065646-mupcnjcwgm5mnhyt
* Remove a bunch of .svn directories we no longer need.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
if SIMIAS_AS_CLIENT
3
 
SUBDIRS = core client
4
 
else
5
 
SUBDIRS = core server webservices webaccess admin setup utils
6
 
endif
7
 
 
8
 
DIST_SUBDIRS = $(SUBDIRS)
9
 
 
10
 
EXTRA_DIST = 
11
 
 
12
 
install-exec-local:
13
 
 
14
 
uninstall-local:
15
 
 
16
 
installcheck-summary:
17
 
 
18
 
clean-local:
19
 
 
20
 
distclean-local:
21
 
 
22
 
maintainer-clean-local:
23