~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/Makefile.am

Moved drizzle_version.

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)
59
57
DISTCLEANFILES =        sched.h \
60
58
                        $(CLEANFILES)
61
59
 
62
 
# These files should not be included in distributions since they are
63
 
# generated by configure from the .h.in files
64
 
dist-hook:
65
 
        $(RM) -f $(distdir)/drizzle_version.h 
66
60
 
67
61
#
68
62
# Rules for checking that ABI has not changed