~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to extra/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-07-24 17:41:48 UTC
  • mto: (236.1.42 codestyle)
  • mto: This revision was merged to the branch mainline in revision 212.
  • Revision ID: monty@inaugust.com-20080724174148-4ux17ajf8hyx396z
Changed subdir build order so that we get mysys done before comp_err in include.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
# along with this program; if not, write to the Free Software
14
14
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
15
15
 
16
 
AM_CPPFLAGS =                   -I$(top_builddir)/include -I$(top_srcdir)/include \
17
 
                                                                        -I$(top_srcdir)/server
18
 
 
19
 
LDADD =                                         $(top_builddir)/mysys/libmysyslt.la \
20
 
                                $(top_builddir)/strings/libmystringslt.la \
21
 
                                                                        -lz
22
 
 
23
 
bin_PROGRAMS =                  my_print_defaults \
24
 
                                                                                mysql_waitpid \
25
 
                                                                                innochecksum
 
16
AM_CPPFLAGS =   -I$(top_builddir)/include \
 
17
                -I$(top_srcdir)/include
 
18
 
 
19
LDADD =         $(top_builddir)/mysys/libmysyslt.la \
 
20
                $(top_builddir)/strings/libmystringslt.la
 
21
        
 
22
 
 
23
bin_PROGRAMS =  my_print_defaults \
 
24
                mysql_waitpid \
 
25
                innochecksum