~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/Makefile.am

Merged build changes from Antony.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
MYSQLSHAREdir =         $(pkgdatadir)
18
18
MYSQLBASEdir=           $(prefix)
19
19
MYSQLLIBdir=            $(pkglibdir)
20
 
AM_CPPFLAGS =           -I$(top_srcdir)/include -I$(top_builddir)/include \
21
 
                        -I$(top_srcdir)/server \
22
 
                        -I$(srcdir)
23
 
WRAPLIBS=
24
20
 
25
21
LDADD =                 libheap.la \
26
22
                        $(top_builddir)/mysys/libmysyslt.la \
28
24
 
29
25
DEFS =                  @DEFS@
30
26
noinst_LTLIBRARIES  =   libheap.la
31
 
noinst_HEADERS =        heapdef.h ha_heap.h
 
27
noinst_HEADERS =        heapdef.h ha_heap.h heap.h
32
28
libheap_la_SOURCES =    hp_open.c hp_extra.c hp_close.c hp_panic.c hp_info.c \
33
29
                        hp_rrnd.c hp_scan.c hp_update.c hp_write.c hp_delete.c \
34
30
                        hp_rsame.c hp_create.c hp_rename.c hp_rfirst.c \