~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-07-28 19:17:01 UTC
  • mfrom: (212.5.14 remove-include-dir)
  • Revision ID: brian@tangent.org-20080728191701-trc0030y4het31jf
Merging Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
DEFS =                  @DEFS@
30
30
noinst_LTLIBRARIES  =   libheap.la
31
 
noinst_HEADERS =        heapdef.h ha_heap.h
 
31
noinst_HEADERS =        heapdef.h ha_heap.h heap.h
32
32
libheap_la_SOURCES =    hp_open.c hp_extra.c hp_close.c hp_panic.c hp_info.c \
33
33
                        hp_rrnd.c hp_scan.c hp_update.c hp_write.c hp_delete.c \
34
34
                        hp_rsame.c hp_create.c hp_rename.c hp_rfirst.c \