removing now-unused files.
This commit is contained in:
parent
24a1e215d1
commit
836d93624c
4 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,7 @@ CPPFLAGS= @CPPFLAGS@ @DEBUG@
|
|||
|
||||
bin_PROGRAMS = epist
|
||||
|
||||
epist_SOURCES = epist.cc process.cc window.cc screen.cc main.cc
|
||||
epist_SOURCES = epist.cc window.cc screen.cc main.cc
|
||||
epist_LDADD = ../../src/XAtom.o ../../src/BaseDisplay.o \
|
||||
../../src/Util.o ../../src/i18n.o \
|
||||
../../src/GCCache.o ../../src/Color.o ../../src/Texture.o \
|
||||
|
|
|
@ -51,7 +51,6 @@ using std::endl;
|
|||
using std::string;
|
||||
|
||||
#include "epist.hh"
|
||||
#include "process.hh"
|
||||
#include "screen.hh"
|
||||
#include "window.hh"
|
||||
#include "../../src/XAtom.hh"
|
||||
|
|
Loading…
Reference in a new issue