summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--src/Makefile1
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 4bfa617..299119e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ mozilla-devscripts (0.06) UNRELEASED; urgency=low
be hooked into install phase of then package build. cdbs users can just
include this helper as we ship the appropriate cdbs hooks.
- add src/lp-locale-export.mk
+ * add lp-locale-export.mk to the build (add to extra_mk_files)
+ - update src/Makefile
-- Alexander Sack <asac@ubuntu.com> Thu, 28 Feb 2008 23:52:00 +0100
diff --git a/src/Makefile b/src/Makefile
index 81ab448..219fe76 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -36,6 +36,7 @@ mk_files = \
extra_mk_files = \
remove.binonly.sh \
xpi.mk \
+ lp-locale-export.mk \
$(NULL)
%.mk: %.mk.in