diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-11 01:49:04 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-11 01:49:04 +0000 |
| commit | f04d2f0fc3c8cec77b94fa7fe50438a45f06b420 (patch) | |
| tree | ce43bc05820f53534d54c87fb3c7019baafd1997 /util/epist | |
| parent | 26c5c40505ce21ae6b5ffe20e9a976e5891e3379 (diff) | |
adding epist!
Diffstat (limited to 'util/epist')
| -rw-r--r-- | util/epist/Makefile.am | 16 | ||||
| -rw-r--r-- | util/epist/main.cc | 3 |
2 files changed, 19 insertions, 0 deletions
diff --git a/util/epist/Makefile.am b/util/epist/Makefile.am new file mode 100644 index 00000000..48c57e47 --- /dev/null +++ b/util/epist/Makefile.am @@ -0,0 +1,16 @@ +# util/epist/Makefile.am for Blackbox - an X11 Window manager + +CPPFLAGS= @CPPFLAGS@ @DEBUG@ + +bin_PROGRAMS = epist + +epist_SOURCES = main.cc +#epist_LDADD = + +MAINTAINERCLEANFILES = Makefile.in + +distclean-local: + rm -f *\~ .\#* + +# local dependencies + diff --git a/util/epist/main.cc b/util/epist/main.cc new file mode 100644 index 00000000..7b48abd9 --- /dev/null +++ b/util/epist/main.cc @@ -0,0 +1,3 @@ +int main(int, char **) { + return 0; +} |
