From b7ca2e3b1fe5d7a4134728aa8cc88d9fb363b77c Mon Sep 17 00:00:00 2001 From: Sebastien Estienne Date: Thu, 30 Jun 2005 11:46:55 +0000 Subject: Fixed Makefile.am not installing headers file. git-svn-id: file:///home/lennart/svn/public/avahi/trunk@157 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-core/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'avahi-core/Makefile.am') diff --git a/avahi-core/Makefile.am b/avahi-core/Makefile.am index e4dd771..fb9ffea 100644 --- a/avahi-core/Makefile.am +++ b/avahi-core/Makefile.am @@ -31,9 +31,9 @@ STATIC_COMMON_LDADD=../avahi-common/libavahi-common-static.a # This cool debug trap works on i386/gcc only AM_CFLAGS+='-DDEBUG_TRAP=__asm__("int $$3")' -avahiincludedir=$(includedir)/avahi-core +avahiincludedir=$(includedir)/avahi-core -avahiinclude_HEADERS = +avahiinclude_HEADERS = \ core.h lib_LTLIBRARIES = \ -- cgit