Added settings.h

This commit is contained in:
Pierre Pronchery 2006-07-16 01:00:19 +00:00
parent 0635ba3303
commit 98116b8d91

View File

@ -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