Move data in the lib to the toplevel dir.

master
Marco Pesenti Gritti 17 years ago
parent 49ff2f86de
commit c2b0b2ae98

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

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

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

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