summaryrefslogtreecommitdiffstats
path: root/elapi/elapi_test/Makefile.am
diff options
context:
space:
mode:
authorDmitri Pal <dpal@redhat.com>2009-10-07 09:45:39 -0400
committerStephen Gallagher <sgallagh@redhat.com>2009-10-16 14:27:24 -0400
commit0c1edf81f5da9801c17dc1300053896433e3b885 (patch)
tree32ba182f322830682da9ab3d51f2b3cbe1bf2868 /elapi/elapi_test/Makefile.am
parenta5e2b56bfa2cd183bf071a7d0dc2bad6383781d8 (diff)
downloadding-libs-0c1edf81f5da9801c17dc1300053896433e3b885.tar.gz
ding-libs-0c1edf81f5da9801c17dc1300053896433e3b885.tar.xz
ding-libs-0c1edf81f5da9801c17dc1300053896433e3b885.zip
ELAPI Compatibility code for getifaddr()
Addreses ticket #94 Actually works pretty well. To try use --enable-compat when build ELAPI. It will use compatibility code instead of getifaddr(). The trick in the elapi_ioctl.h with memory allocation is taken from Stevens book.
Diffstat (limited to 'elapi/elapi_test/Makefile.am')
-rw-r--r--elapi/elapi_test/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/elapi/elapi_test/Makefile.am b/elapi/elapi_test/Makefile.am
index c0eac8a..d9f1bb0 100644
--- a/elapi/elapi_test/Makefile.am
+++ b/elapi/elapi_test/Makefile.am
@@ -33,13 +33,17 @@ libelapi_test_la_SOURCES = \
../elapi_resolve.c \
../elapi_async.c \
../elapi_subst.c \
+ ../elapi_ioctl.c \
../elapi_event.h \
../elapi_priv.h \
../elapi_sink.h \
../elapi_log.h \
../elapi_async.h \
+ ../elapi_ioctl.h \
+ ../elapi_net.h \
../elapi_fd.h \
../elapi_tm.h \
+ ../elapi_defines.h \
../elapi.h \
../providers/file/file_provider.c \
../providers/file/file_provider.h \