~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Monty Taylor
  • Date: 2010-07-30 06:58:29 UTC
  • mfrom: (1667.4.12 use-intltool)
  • mto: This revision was merged to the branch mainline in revision 1676.
  • Revision ID: mordred@inaugust.com-20100730065829-xu5n0qk2zzpwy73m
Merged in solaris fixes (oh yeah, and intltool)

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
noinst_LTLIBRARIES =
29
29
noinst_PROGRAMS =
30
30
 
31
 
# Process this file with automake to create Makefile.in
32
 
if BUILD_GETTEXT
33
 
  po=po
34
 
endif
35
 
 
36
31
VERSION=$(PANDORA_RELEASE_VERSION)
37
32
 
38
 
SUBDIRS = ${po} \
 
33
SUBDIRS = po \
39
34
          gnulib \
40
35
          .
41
36
 
61
56
DISTCLEANFILES=         ac_available_languages_fragment \
62
57
                        .plugin.scan \
63
58
                        config/bzr_revinfo \
64
 
                        config/top.h
 
59
                        config/top.h \
 
60
                        intltool-extract \
 
61
                        intltool-merge \
 
62
                        intltool-update
65
63
 
66
64
MAINTAINERCLEANFILES=   autom4te.cache
67
65