Files
vala-examples/hello-gtk/Makefile.am
2023-02-26 00:50:25 +09:00

19 lines
250 B
Makefile

## Process this file with automake to produce Makefile.in
## Created by Anjuta
SUBDIRS = src
dist_doc_DATA = \
README \
COPYING \
AUTHORS \
ChangeLog \
INSTALL \
NEWS
# Remove doc directory on uninstall
uninstall-local:
-rm -r $(docdir)