Skip to content

Commit

Permalink
Added new files from last commit to automake makefiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
akrinke committed Apr 26, 2013
1 parent 19d7510 commit 9f9b1ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion examples/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ example_DATA = \
font.slua \
keyboard.slua \
luasocket.slua \
mouse.slua
mouse.slua \
videoSettingsDialog.slua

EXTRA_DIST = $(example_DATA)
3 changes: 2 additions & 1 deletion scripts/interface/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ script_DATA = \
label.lua \
theme_default.lua \
tip.lua \
utils.lua
utils.lua \
videoSettingsDialog.lua

EXTRA_DIST = $(script_DATA)

0 comments on commit 9f9b1ef

Please sign in to comment.