~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-08-13 05:20:48 UTC
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: monty@inaugust.com-20080813052048-a5o5flryxbczxp53
Don't build po dir if we don't have gettext.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
15
15
 
16
16
# Process this file with automake to create Makefile.in
 
17
if BUILD_GETTEXT
 
18
  po=po
 
19
endif
17
20
 
18
 
SUBDIRS = po . vio \
 
21
SUBDIRS = ${po} . vio \
19
22
          mystrings \
20
23
          mysys \
21
24
          extra \