diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-08-15 18:24:58 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-08-15 18:24:58 +0000 |
| commit | 89bd8afdb84c580f11126c2b0da85e575c3d8d30 (patch) | |
| tree | dcaa6046237c2a98ed755033851136b8739952ba /util/epist | |
| parent | eb1f1b359f821061e1fe6a2953c8d984474c9ef4 (diff) | |
build epist normally, dont link in stuff it doenst need to yet
Diffstat (limited to 'util/epist')
| -rw-r--r-- | util/epist/Makefile.am | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/util/epist/Makefile.am b/util/epist/Makefile.am index 9b92b5f8..fed2326c 100644 --- a/util/epist/Makefile.am +++ b/util/epist/Makefile.am @@ -2,13 +2,15 @@ CPPFLAGS= @CPPFLAGS@ @DEBUG@ -EXTRA_PROGRAMS = epist +#EXTRA_PROGRAMS = epist +bin_PROGRAMS = epist epist_SOURCES = epist.cc window.cc screen.cc main.cc actions.cc yacc_parser.cc parser.cc keytree.cc lex.yy.c epist_LDADD = ../../src/XAtom.o ../../src/BaseDisplay.o \ - ../../src/Util.o ../../src/i18n.o \ - ../../src/GCCache.o ../../src/Color.o ../../src/Texture.o \ - ../../src/Timer.o ../../src/Image.o ../../src/ImageControl.o + ../../src/Util.o ../../src/i18n.o ../../src/Timer.o \ + ../../src/GCCache.o ../../src/Color.o +# ../../src/Texture.o \ +# ../../src/Image.o ../../src/ImageControl.o MAINTAINERCLEANFILES = Makefile.in |
