~awn-core/awn/0.2.6

« back to all changes in this revision

Viewing changes to doc/reference/Makefile.am

  • Committer: Neil J Patel
  • Date: 2008-02-18 09:23:22 UTC
  • Revision ID: njp@neils-mbp-20080218092322-92t1yd4h6mrsix6v
2008-02-18  Neil J. Patel  <njpatel@gmail.com>

        * Makefile.am:
        * configure.in:
        * doc/reference/Makefile.am:
        Updates to allow make-dist to work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
INCLUDES = \
73
73
        $(AWN_CFLAGS)                   \
74
74
        -I$(top_srcdir)                 \
75
 
        -I$(top_srcdir)/libawn  \
 
75
        -I$(top_builddir)/libawn        \
76
76
        -I$(top_builddir)               \
77
77
        $(NULL)
78
78