Move data in the lib to the toplevel dir.

This commit is contained in:
Marco Pesenti Gritti 2007-04-06 15:36:52 +02:00
parent 49ff2f86de
commit c2b0b2ae98
6 changed files with 5 additions and 7 deletions

View File

@ -119,7 +119,6 @@ Makefile
bin/Makefile
data/Makefile
lib/Makefile
lib/data/Makefile
lib/src/Makefile
lib/python/Makefile
lib/threadframe/Makefile

View File

@ -1,4 +1,7 @@
sugardir = $(pkgdatadir)
sugar_DATA = gtkrc
sugar_DATA =
gtkrc \
gecko-prefs.js \
mime.types
EXTRA_DIST = $(sugar_DATA)

View File

@ -1 +1 @@
SUBDIRS = data src python threadframe
SUBDIRS = src python threadframe

View File

@ -1,4 +0,0 @@
geckoconfdir = $(pkgdatadir)
geckoconf_DATA = gecko-prefs.js mime.types
EXTRA_DIST = $(geckoconf_DATA)