Changeset 3712
- Timestamp:
- 04/01/08 09:16:48 (9 months ago)
- Files:
-
- trunk/src/manager/Makefile.am (modified) (2 diffs)
- trunk/src/manager/manager.db (deleted)
- trunk/src/manager/sqlite.sql (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/manager/Makefile.am
r3688 r3712 14 14 AM_CFLAGS = -rdynamic -DIPSECDIR=\"${ipsecdir}\" -DIPSEC_PIDDIR=\"${piddir}\" \ 15 15 -DIPSEC_PLUGINDIR=\"${plugindir}\" 16 17 ipsec_DATA = manager.db18 16 19 17 # Don't forget to add templates to EXTRA_DIST !!! How to automate? … … 45 43 templates/static/close.png templates/static/initiate.png 46 44 47 EXTRA_DIST = manager.dbtemplates/header.cs templates/footer.cs templates/error.cs \45 EXTRA_DIST = templates/header.cs templates/footer.cs templates/error.cs \ 48 46 templates/auth/login.cs templates/gateway/list.cs templates/ikesa/list.cs \ 49 47 templates/config/list.cs templates/control/result.cs \
