~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/Makefile.am

Moved sql_common.h and my_time.h to libdrizzle.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
                        errmsg.h \
29
29
                        my_global.h \
30
30
                        my_dir.h \
31
 
                        sql_common.h \
32
31
                        $(BUILT_SOURCES)
33
32
 
34
33
noinst_HEADERS =        my_base.h \
35
 
                        drizzle_version.h.in \
36
 
                        my_time.h
 
34
                        drizzle_version.h.in
37
35
 
38
36
LDADD = $(top_builddir)/mysys/libmysyslt.la \
39
37
        $(top_builddir)/mystrings/libmystringslt.la $(ZLIB_LIBS)