|
Revision 246, 303 bytes
(checked in by bart, 2 years ago)
|
Killing the very broken encoder. Once when eAccelerator is in full
shape an encoder may return.
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
LTLIBRARY_NAME = libeaccelerator.la |
|---|
| 2 |
LTLIBRARY_SOURCES = eaccelerator.c optimize.c opcodes.c content.c mm.c session.c shm.c debug.c cache.c ea_restore.c ea_store.c ea_info.c ea_dasm.c |
|---|
| 3 |
LTLIBRARY_SHARED_NAME = eaccelerator.la |
|---|
| 4 |
|
|---|
| 5 |
EXTRA_CFLAGS = -O2 -g -Wall |
|---|
| 6 |
|
|---|
| 7 |
include $(top_srcdir)/build/dynlib.mk |
|---|