~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/Makefile.am

  • Committer: Brian Aker
  • Date: 2009-03-22 21:27:04 UTC
  • mfrom: (960.2.22 mordred)
  • Revision ID: brian@tangent.org-20090322212704-ysn4mkkjg2u9kv22
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
noinst_LTLIBRARIES  =   libheap.la
21
21
noinst_HEADERS =        heapdef.h ha_heap.h heap.h
22
 
libheap_la_SOURCES =    hp_open.c hp_extra.c hp_close.c hp_panic.c hp_info.c \
23
 
                        hp_rrnd.c hp_scan.c hp_update.c hp_write.c hp_delete.c \
24
 
                        hp_rsame.c hp_create.c hp_rename.c hp_rfirst.c \
25
 
                        hp_rnext.c hp_rlast.c hp_rprev.c hp_clear.c \
26
 
                        hp_dspace.c hp_record.c \
27
 
                        hp_rkey.c hp_block.c \
28
 
                        hp_rectest.c \
 
22
libheap_la_SOURCES= \
29
23
                        ha_heap.cc \
30
 
                        hp_hash.c hp_static.c
 
24
                        hp_block.cc \
 
25
                        hp_clear.cc \
 
26
                        hp_close.cc \
 
27
                        hp_create.cc \
 
28
                        hp_delete.cc \
 
29
                        hp_dspace.cc \
 
30
                        hp_extra.cc \
 
31
                        hp_hash.cc \
 
32
                        hp_info.cc \
 
33
                        hp_open.cc \
 
34
                        hp_panic.cc \
 
35
                        hp_record.cc \
 
36
                        hp_rectest.cc \
 
37
                        hp_rename.cc \
 
38
                        hp_rfirst.cc \
 
39
                        hp_rkey.cc \
 
40
                        hp_rlast.cc \
 
41
                        hp_rnext.cc \
 
42
                        hp_rprev.cc \
 
43
                        hp_rrnd.cc \
 
44
                        hp_rsame.cc \
 
45
                        hp_scan.cc \
 
46
                        hp_static.cc \
 
47
                        hp_update.cc \
 
48
                        hp_write.cc
31
49
 
32
50
 
33
51
EXTRA_DIST =            plug.in