diff options
Diffstat (limited to 'tools/Makefile.am')
| -rw-r--r-- | tools/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am new file mode 100644 index 00000000..1785c009 --- /dev/null +++ b/tools/Makefile.am @@ -0,0 +1,10 @@ +bin_PROGRAMS=obsetroot + +obsetroot_LDADD=$(XFT_LIBS) -L../otk -lotk @LIBINTL@ +obsetroot_CPPFLAGS=$(XFT_CFLAGS) -I.. +obsetroot_SOURCES=obsetroot.cc + +MAINTAINERCLEANFILES=Makefile.in + +distclean-local: + $(RM) *\~ *.orig *.rej .\#* |
