summaryrefslogtreecommitdiffstats
path: root/avahi-core/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-10-11 19:52:38 +0000
committerLennart Poettering <lennart@poettering.net>2005-10-11 19:52:38 +0000
commita3f8ceb929420a0be2b2c8341382fdfe0a50b859 (patch)
tree525f8ab22785f9f9d63d4ca3b3109a0a38d4c577 /avahi-core/Makefile.am
parentbea0b5e859395d0f0eeffec2bdd0361740bdb863 (diff)
Split off linux specific parts of iface.[ch] into iface-linux.[ch]. This should
ease porting to other platforms. Sebest, Lathiat this is for you! It Should simplify your porting work to *BSD/MacOSX/Solaris. git-svn-id: file:///home/lennart/svn/public/avahi/trunk@726 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-core/Makefile.am')
-rw-r--r--avahi-core/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/avahi-core/Makefile.am b/avahi-core/Makefile.am
index 9a2c098..643c2a3 100644
--- a/avahi-core/Makefile.am
+++ b/avahi-core/Makefile.am
@@ -47,6 +47,7 @@ noinst_PROGRAMS = \
libavahi_core_la_SOURCES = \
timeeventq.c timeeventq.h\
iface.c iface.h \
+ iface-linux.c iface-linux.h \
netlink.c netlink.h \
server.c server.h \
prioq.c prioq.h \