From a3f8ceb929420a0be2b2c8341382fdfe0a50b859 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 11 Oct 2005 19:52:38 +0000 Subject: 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 --- avahi-core/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'avahi-core/Makefile.am') 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 \ -- cgit