Skip to content

Commit

Permalink
Merge pull request #529 from ppp-project/springclean
Browse files Browse the repository at this point in the history
Springclean
  • Loading branch information
paulusmack authored Oct 29, 2024
2 parents d72b033 + ef41a6d commit 616102e
Show file tree
Hide file tree
Showing 29 changed files with 3 additions and 1,347 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ACLOCAL_AMFLAGS="-Im4"

SUBDIRS = chat contrib pppd pppstats pppdump
SUBDIRS = chat pppd pppstats pppdump

if PPP_WITH_PLUGINS
SUBDIRS += pppd/plugins
Expand Down
11 changes: 0 additions & 11 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -317,22 +317,11 @@ AM_COND_IF([PPP_WITH_FILTER], [
])
])

#
# Some contributions require GTK/GLIB
AC_ARG_WITH([gtk], AS_HELP_STRING([--with-gtk], [Build contributions with the GTK+ interface]))
if test "x${with_gtk}" = "xyes"; then
PKG_CHECK_MODULES([GTK], [gtk+-2.0])
PKG_CHECK_MODULES([GLIB], [glib-2.0])
fi
AM_CONDITIONAL([WITH_GTK], test "x${with_gtk}" = "xyes")

AC_DEFINE_UNQUOTED(PPPD_VERSION, "$VERSION", [Version of pppd])

AC_CONFIG_FILES([
Makefile
chat/Makefile
contrib/Makefile
contrib/pppgetpass/Makefile
include/Makefile
pppd/Makefile
pppd/pppd.pc
Expand Down
1 change: 0 additions & 1 deletion contrib/Makefile.am

This file was deleted.

2 changes: 0 additions & 2 deletions contrib/pppgetpass/.gitignore

This file was deleted.

17 changes: 0 additions & 17 deletions contrib/pppgetpass/Makefile.am

This file was deleted.

18 changes: 0 additions & 18 deletions contrib/pppgetpass/pppgetpass.8

This file was deleted.

92 changes: 0 additions & 92 deletions contrib/pppgetpass/pppgetpass.gtk.c

This file was deleted.

7 changes: 0 additions & 7 deletions contrib/pppgetpass/pppgetpass.sh

This file was deleted.

218 changes: 0 additions & 218 deletions contrib/pppgetpass/pppgetpass.vt.c

This file was deleted.

Loading

0 comments on commit 616102e

Please sign in to comment.