Upstream version 2.05b-exp

pull/2/head
Stelios Bounanos 2007-11-29 00:12:39 +00:00
rodzic 41f65cdd08
commit bf547e8491
5 zmienionych plików z 1 dodań i 9 usunięć

Wyświetl plik

@ -4,7 +4,7 @@
# Copyright (C) 2007 Stelios Bounanos, M0GLD (m0gld AT enotty DOT net)
AC_PREREQ(2.61)
AC_INIT([fldigi], [2.05a], [w1hkj AT w1hkj DOT com])
AC_INIT([fldigi], [2.05b], [w1hkj AT w1hkj DOT com])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([-Wall foreign 1.9.6])
AM_MAINTAINER_MODE

Wyświetl plik

@ -82,7 +82,6 @@ fldigi_SOURCES += \
include/Fl_Text_Display_mod.H \
include/Fl_Text_Editor_mod.H \
include/FreqControl.h \
include/ScopeDialog.h \
include/TextView.h \
include/analysis.h \
include/ascii.h \
@ -224,7 +223,6 @@ fldigi_SOURCES += \
EXTRA_fldigi_SOURCES += \
blank/blank.cxx \
blank/blank.h \
dialogs/ScopeDialog.cxx \
feld/Feld7x7-14.cxx \
feld/Feld7x7n-14.cxx \
feld/FeldDx-14.cxx \
@ -258,5 +256,4 @@ EXTRA_DIST = \
fileselector/ns_mask.xbm \
fileselector/up.xbm \
dialogs/Config.fl \
dialogs/ScopeDialog.fl \
rigcontrol/rigdialog.fl

Wyświetl plik

@ -13,7 +13,6 @@
#include "trx.h"
#include "modem.h"
#include "ScopeDialog.h"
#include "fl_digi.h"
#include "ptt.h"
#include "log.h"

Wyświetl plik

@ -8,14 +8,11 @@
#include "threads.h"
#include "misc.h"
//#include "configuration.h"
#include "sound.h"
#include "waterfall.h"
#include "ScopeDialog.h"
#include "fl_digi.h"
#include "globals.h"
#include "fl_digi.h"
//#include "id.h"
#include "fldigi-config.h"
#include "morse.h"

Wyświetl plik

@ -31,7 +31,6 @@
#include "misc.h"
#include "sound.h"
#include "waterfall.h"
#include "ScopeDialog.h"
#include "globals.h"
#include "fl_digi.h"