10 lines
179 B
Makefile
10 lines
179 B
Makefile
|
## Makefile.am -- Process this file with automake to produce Makefile.in
|
||
|
|
||
|
man1_MANS = wmnotify.man
|
||
|
|
||
|
EXTRA_DIST = $(man1_MANS)
|
||
|
|
||
|
CLEANFILES = *~
|
||
|
|
||
|
MAINTAINERCLEANFILES = Makefile.in
|