Make "make distcheck" work, and verify that we're disting all the javascript

This commit is contained in:
Dan Winship
2009-03-10 12:53:03 -04:00
parent 30a9c6b2f4
commit e01efd3635
7 changed files with 49 additions and 12 deletions

1
js/Makefile.am Normal file
View File

@ -0,0 +1 @@
SUBDIRS = ui

16
js/ui/Makefile.am Normal file
View File

@ -0,0 +1,16 @@
jsuidir = $(pkgdatadir)/js/ui
dist_jsui_DATA = \
appDisplay.js \
button.js \
dnd.js \
docDisplay.js \
genericDisplay.js \
link.js \
main.js \
overlay.js \
panel.js \
runDialog.js \
tweener.js \
windowManager.js \
workspaces.js