Make "make distcheck" work, and verify that we're disting all the javascript
This commit is contained in:
1
js/Makefile.am
Normal file
1
js/Makefile.am
Normal file
@ -0,0 +1 @@
|
||||
SUBDIRS = ui
|
16
js/ui/Makefile.am
Normal file
16
js/ui/Makefile.am
Normal 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
|
Reference in New Issue
Block a user