~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-07-29 22:39:18 UTC
  • mfrom: (212.5.36 remove-include-dir)
  • mto: This revision was merged to the branch mainline in revision 236.
  • Revision ID: monty@inaugust.com-20080729223918-yk8ulswu4adh6qpq
MergedĀ inĀ remove-include-dir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
# MA 02111-1307, USA
17
17
 
18
18
 
19
 
BUILT_SOURCES =         drizzle_version.h \
20
 
                        drizzled_ername.h \
 
19
BUILT_SOURCES =         drizzled_ername.h \
21
20
                        drizzled_error.h \
22
21
                        sql_state.h
23
22
 
26
25
                        my_dir.h \
27
26
                        $(BUILT_SOURCES)
28
27
 
29
 
noinst_HEADERS =        my_base.h \
30
 
                        drizzle_version.h.in
 
28
noinst_HEADERS =        my_base.h
31
29
 
32
30
LDADD = $(top_builddir)/mysys/libmysyslt.la \
33
31
        $(top_builddir)/mystrings/libmystringslt.la $(ZLIB_LIBS)
60
58
                        comp_err \
61
59
                        $(CLEANFILES)
62
60
 
63
 
# These files should not be included in distributions since they are
64
 
# generated by configure from the .h.in files
65
 
dist-hook:
66
 
        $(RM) -f $(distdir)/drizzle_version.h 
67
61
 
68
62
#
69
63
# Rules for checking that ABI has not changed