From 67ef2242d0ed29bc69e004211d004978b90be8a5 Mon Sep 17 00:00:00 2001 From: Sergey Popov Date: Fri, 23 Mar 2012 13:34:32 +0400 Subject: [PATCH] add missing headers definition for automake --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 14eaa7a..4c81931 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,7 @@ SUBDIRS = lib daemon +include_HEADERS = yasnd.h yasnd-gammu.h yasnd-log.h yasnd-lpt.h + distclean-local: rm -rf aclocal.m4 m4 autom4te.cache compile depcomp install-sh missing configure Makefile.in config.h* &>/dev/null rm -rf .deps ltmain.sh config.guess config.sub &>/dev/null