Added settings.h
This commit is contained in:
parent
0635ba3303
commit
98116b8d91
4
Makefile
4
Makefile
@ -24,8 +24,10 @@ dist:
|
||||
$(PACKAGE)-$(VERSION)/src/makefile.c \
|
||||
$(PACKAGE)-$(VERSION)/src/settings.c \
|
||||
$(PACKAGE)-$(VERSION)/src/makedepend.c \
|
||||
$(PACKAGE)-$(VERSION)/src/Makefile \
|
||||
$(PACKAGE)-$(VERSION)/src/configure.h \
|
||||
$(PACKAGE)-$(VERSION)/src/makefile.h \
|
||||
$(PACKAGE)-$(VERSION)/src/settings.h \
|
||||
$(PACKAGE)-$(VERSION)/src/project.conf \
|
||||
$(PACKAGE)-$(VERSION)/AUTHORS \
|
||||
$(PACKAGE)-$(VERSION)/BUGS \
|
||||
@ -42,4 +44,4 @@ install: all
|
||||
uninstall:
|
||||
@for i in $(SUBDIRS); do (cd $$i && $(MAKE) uninstall) || exit; done
|
||||
|
||||
.PHONY: all subdirs clean distclean install uninstall
|
||||
.PHONY: all subdirs clean distclean dist install uninstall
|
||||
|
Loading…
Reference in New Issue
Block a user