~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

Renamed strings to mystrings, for include/lib naming consistency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
# Process this file with automake to create Makefile.in
17
17
 
18
18
SUBDIRS = . vio \
19
 
          strings \
 
19
          mystrings \
20
20
          mysys \
21
21
          include \
22
22
          extra \
30
30
 
31
31
DIST_SUBDIRS = $(SUBDIRS) \
32
32
               mysys/tests \
33
 
               strings/tests
 
33
               mystrings/tests
34
34
 
35
35
DISTCLEANFILES = ac_available_languages_fragment
36
36