From af8b6cdbcc065d7bdb99f22c9cabcb965826ccb9 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Fri, 4 Sep 2009 15:57:44 -0500 Subject: [PATCH] Fix distcheck --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 7b74f232..816c51f3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -82,7 +82,7 @@ endif if ATMODEM builtin_modules += atmodem -builtin_sources += $(gatchat_sources) drivers/atmodem/at.h \ +builtin_sources += $(gatchat_sources) drivers/atmodem/atmodem.h \ drivers/atmodem/atmodem.c \ drivers/atmodem/call-settings.c \ drivers/atmodem/sms.c \