Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/Makefile.am
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-04-06 13:36:52 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-04-06 13:36:52 (GMT)
commitc2b0b2ae98e87b0c0010e672d7b03d320b4e982a (patch)
treefb27f6377d39e6793b56b72fec34735019cf1750 /data/Makefile.am
parent49ff2f86ded94749a8cf55daa6def614258044d5 (diff)
Move data in the lib to the toplevel dir.
Diffstat (limited to 'data/Makefile.am')
-rw-r--r--data/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index f03c96c..8fcadf5 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,4 +1,7 @@
sugardir = $(pkgdatadir)
-sugar_DATA = gtkrc
+sugar_DATA =
+ gtkrc \
+ gecko-prefs.js \
+ mime.types
EXTRA_DIST = $(sugar_DATA)