Skip to content

Commit

Permalink
build: build related fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshavardhana committed Apr 17, 2014
1 parent b9a12e2 commit 2dad542
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 418 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SUBDIRS = src extensions doc examples $(ARGP_STANDALONE_DIR)
SUBDIRS = $(ARGP_STANDALONE_DIR) src extensions doc examples

PACKAGE = @PACKAGE@
VERSION = @VERSION@
Expand Down
3 changes: 3 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ fi

AC_SUBST(ARGP_STANDALONE_CFLAGS)
AC_SUBST(ARGP_STANDALONE_LDADD)
AC_SUBST(ARGP_STANDALONE_DIR)

AC_SUBST(CONTRIBDIR)

AC_CHECK_LIB([readline -lcurses],[readline],[RLLIBS="-lreadline -lcurses"])
AC_CHECK_LIB([readline -ltermcap],[readline],[RLLIBS="-lreadline -ltermcap"])
Expand Down
208 changes: 0 additions & 208 deletions contrib/argp-standalone/config.h

This file was deleted.

Loading

0 comments on commit 2dad542

Please sign in to comment.