diff options
author | Trent Lloyd <lathiat@bur.st> | 2005-08-09 14:18:10 +0000 |
---|---|---|
committer | Trent Lloyd <lathiat@bur.st> | 2005-08-09 14:18:10 +0000 |
commit | beb3eff6ff01d12230e7b21d147392854a07c634 (patch) | |
tree | 402cd1b1cc146eff480074630459e4c9cb6b7f66 /avahi-common/Makefile.am | |
parent | a48e94008dd33abc4f4b07012155e48f977a2e45 (diff) |
* Split out error code handling to avahi-common/error.[ch]
* Redefine states/evvents in avahi-common/defs.h not to have -1 values
- Update avahi-utils/avahi/__init__.py to reflect this
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@283 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-common/Makefile.am')
-rw-r--r-- | avahi-common/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/avahi-common/Makefile.am b/avahi-common/Makefile.am index d7c15e8..6788f31 100644 --- a/avahi-common/Makefile.am +++ b/avahi-common/Makefile.am @@ -57,7 +57,8 @@ libavahi_common_la_SOURCES = \ strlst.c strlst.h \ alternative.c alternative.h \ rr.c rr.h \ - util.c util.h + util.c util.h \ + error.c error.h libavahi_common_la_CFLAGS = $(AM_CFLAGS) libavahi_common_la_LIBADD = $(AM_LDADD) |