2023-02-26 00:50
This commit is contained in:
18
hello-gtk/Makefile.am
Normal file
18
hello-gtk/Makefile.am
Normal 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)
|
||||
Reference in New Issue
Block a user