Move data in the lib to the toplevel dir.
This commit is contained in:
parent
49ff2f86de
commit
c2b0b2ae98
@ -119,7 +119,6 @@ Makefile
|
|||||||
bin/Makefile
|
bin/Makefile
|
||||||
data/Makefile
|
data/Makefile
|
||||||
lib/Makefile
|
lib/Makefile
|
||||||
lib/data/Makefile
|
|
||||||
lib/src/Makefile
|
lib/src/Makefile
|
||||||
lib/python/Makefile
|
lib/python/Makefile
|
||||||
lib/threadframe/Makefile
|
lib/threadframe/Makefile
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
sugardir = $(pkgdatadir)
|
sugardir = $(pkgdatadir)
|
||||||
sugar_DATA = gtkrc
|
sugar_DATA =
|
||||||
|
gtkrc \
|
||||||
|
gecko-prefs.js \
|
||||||
|
mime.types
|
||||||
|
|
||||||
EXTRA_DIST = $(sugar_DATA)
|
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…
Reference in New Issue
Block a user