From: Andreas Eversberg Date: Wed, 20 Jul 2011 07:16:01 +0000 (+0200) Subject: Minor fix: remote.c -> remote.cpp in Makefile.am X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=commitdiff_plain;h=69ee0ebc5bfd662de4257a849cbed0cb30ecd064 Minor fix: remote.c -> remote.cpp in Makefile.am --- diff --git a/Makefile.am b/Makefile.am index f047c56..72ac86f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -124,7 +124,7 @@ endif INCLUDES = $(all_includes) $(GSM_INCLUDE) $(SS5_INCLUDE) -Wall $(INSTALLATION_DEFINES) lcr_SOURCES = $(GSM_SOURCE) $(SS5_SOURCE) select.c action.cpp mISDN.cpp \ - tones.c loop.c remote.c action_efi.cpp crypt.cpp mail.c trace.c \ + tones.c loop.c remote.cpp action_efi.cpp crypt.cpp mail.c trace.c \ action_vbox.cpp dss1.cpp main.c \ vbox.cpp alawulaw.c endpoint.cpp interface.c message.c \ apppbx.cpp endpointapp.cpp join.cpp options.c \