2023-02-26 00:50

This commit is contained in:
2023-02-26 00:50:25 +09:00
commit 286ce4a4fa
57 changed files with 46323 additions and 0 deletions

18
hello-gtk/Makefile.am Normal file
View File

@@ -0,0 +1,18 @@
## 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)