Changeset 574


Ignore:
Timestamp:
12/20/2011 01:33:10 (5 months ago)
Author:
blee
Message:

Create a shell library for a primitive file-backed key-value store.

This needs testing.

See #153

Location:
trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.am

    r573 r574  
    1616                                         abspath \ 
    1717                                         confman_precommit 
    18 pkgdata_SCRIPTS = confmancommon.sh confmanlib.sh  
     18pkgdata_SCRIPTS = confmancommon.sh confmanlib.sh libfiledb.sh 
    1919dist_pkgdata_SCRIPTS = confmandoc.sh confadmindoc.sh 
    2020sysconf_DATA = confman.conf.sample 
     
    5252                confman.8.in \ 
    5353                confman.conf.5.in \ 
     54                libfiledb.sh.in \ 
    5455                LICENSE 
    5556 
     
    124125        $(do_subst) < confman.conf.5.in > confman.conf.5 
    125126 
     127libfiledb.sh: libfiledb.sh.in Makefile 
     128        $(do_subst) < libfiledb.sh.in > libfiledb.sh 
     129 
Note: See TracChangeset for help on using the changeset viewer.