wmppp.app: Move source files to top directory.

This way, users need only type "make" to build instead of needing to
"cd wmppp" first.
This commit is contained in:
Doug Torrance 2015-05-19 22:30:56 -05:00 committed by Carlos R. Mafra
parent 624b2898fe
commit 9d8970e27a
18 changed files with 10 additions and 11 deletions

View file

@ -21,15 +21,14 @@ Requirements
Installation
--------------------------------------------------------------
1) % tar -zxvf wmppp-1.x.x-tar.gz
2) % cd wmppp.app/
3) % make all
4) % su root
5) # make install
6) # vi ~/.wmppprc
2) % make all
3) % su root
4) # make install
5) # vi ~/.wmppprc
set up the paths to your ppp start,
stop & restart scripts
7) % wmppp & (try 'wmppp -h &' for help)
6) % wmppp & (try 'wmppp -h &' for help)
Extra Install Info For Site Administrators!

View file

@ -2,9 +2,9 @@ LIBDIR = -L/usr/X11R6/lib
LIBS = -lXpm -lXext -lX11
CFLAGS += -O2
OBJS = wmppp.o \
../wmgeneral/wmgeneral.o \
../wmgeneral/misc.o \
../wmgeneral/list.o
wmgeneral/wmgeneral.o \
wmgeneral/misc.o \
wmgeneral/list.o
.c.o:
cc -g -c $(CPPFLAGS) $(CFLAGS) -Wall $< -o $*.o

View file

@ -178,8 +178,8 @@
#include <X11/xpm.h>
#include <X11/extensions/shape.h>
#include "../wmgeneral/wmgeneral.h"
#include "../wmgeneral/misc.h"
#include "wmgeneral/wmgeneral.h"
#include "wmgeneral/misc.h"
#include "wmppp-master.xpm"