From 94a8903cb3c44530f82e17d4f59bc91769ebc3ab Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 25 Jun 2006 11:50:24 +0000 Subject: [PATCH] Typo --- Makefile | 4 +++- project.conf | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6149664..9c9dda5 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PACKAGE = browser +PACKAGE = Browser VERSION = 0.0.0 SUBDIRS = src LN = ln -sf @@ -23,6 +23,8 @@ dist: $(PACKAGE)-$(VERSION)/src/browser.c \ $(PACKAGE)-$(VERSION)/src/mime.c \ $(PACKAGE)-$(VERSION)/src/main.c \ + $(PACKAGE)-$(VERSION)/src/browser.h \ + $(PACKAGE)-$(VERSION)/src/mime.h \ $(PACKAGE)-$(VERSION)/src/project.conf \ $(PACKAGE)-$(VERSION)/src/Makefile \ $(PACKAGE)-$(VERSION)/project.conf \ diff --git a/project.conf b/project.conf index 7a9986c..2929aa5 100644 --- a/project.conf +++ b/project.conf @@ -1,3 +1,3 @@ -package=browser +package=Browser version=0.0.0 subdirs=src