Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit 1f02e2d

Browse files
committed
Version 0.1 was short lived.
1 parent 093e918 commit 1f02e2d

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Makefile.am

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ SUBDIRS = doc .
2626
AM_YFLAGS = -d
2727

2828
bin_PROGRAMS = eclet
29-
eclet_SOURCES = src/driver/defs.h \
30-
src/cli/main.c \
29+
eclet_SOURCES = src/cli/main.c \
3130
src/driver/personalize.h src/driver/personalize.c \
3231
src/cli/cli_commands.h src/cli/cli_commands.c \
3332
src/driver/config_zone.h src/driver/config_zone.c
@@ -36,5 +35,5 @@ eclet_CFLAGS = -Wall
3635

3736
dist_noinst_SCRIPTS = autogen.sh
3837

39-
TESTS = src/tests/test_cli.sh
40-
EXTRA_DIST = src/tests/test_cli.sh
38+
#TESTS = src/tests/test_cli.sh
39+
#EXTRA_DIST = src/tests/test_cli.sh

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# You should have received a copy of the GNU General Public License
1616
# along with EClet. If not, see <http://www.gnu.org/licenses/>.
1717

18-
AC_INIT([eclet], [0.1.0], [bugs@cryptotronix.com], [eclet], [http://www.github.com/cryptotronix/EClet/])
18+
AC_INIT([eclet], [0.1.1], [bugs@cryptotronix.com], [eclet], [http://www.github.com/cryptotronix/EClet/])
1919
AC_PREREQ([2.59])
2020
AM_INIT_AUTOMAKE([1.10 -Wall no-define])
2121
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)