Minor fix: remote.c -> remote.cpp in Makefile.am
authorAndreas Eversberg <jolly@eversberg.eu>
Wed, 20 Jul 2011 07:16:01 +0000 (09:16 +0200)
committerAndreas Eversberg <jolly@eversberg.eu>
Wed, 20 Jul 2011 07:16:01 +0000 (09:16 +0200)
Makefile.am

index f047c56..72ac86f 100644 (file)
@@ -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       \