diff options
author | root <root> | 2011-06-10 12:45:20 +0000 |
---|---|---|
committer | root <root> | 2011-06-10 12:45:20 +0000 |
commit | 06ed79f5b01b509d7d3003922ca91714c7f3e083 (patch) | |
tree | 12c04e83a547fdba0c820eabb1ffdf6521e88aa6 /Makefile.am | |
parent | f7819174f1be7c8a58b9f751e1d3c9a41b081cdc (diff) |
*** empty log message ***
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 1fed647..e9866c0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,10 +6,10 @@ EXTRA_DIST = LICENSE Changes autogen.sh #man_MANS = ev.3 -include_HEADERS = eio.h ecb.h +include_HEADERS = eio.h lib_LTLIBRARIES = libeio.la -libeio_la_SOURCES = eio.c xthread.h config.h +libeio_la_SOURCES = eio.c ecb.h xthread.h config.h libeio_la_LDFLAGS = -version-info $(VERSION_INFO) |