diff options
Diffstat (limited to 'util/epist/Makefile.am')
| -rw-r--r-- | util/epist/Makefile.am | 16 |
1 files changed, 16 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 + |
