diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-10 03:15:50 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-10 03:15:50 +0000 |
| commit | e0878c9fc2db8843891816e65917fbcfd1e94cbb (patch) | |
| tree | 230373c71059d793cfe3c37bbbc6f68ecb377b16 /src/Makefile.am | |
| parent | 915b171befc55dc12daffe5814cdf6332083f2ad (diff) | |
typosnsuch
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 3310def3..76ba15b7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -22,7 +22,9 @@ openbox3_SOURCES= actions.cc client.cc frame.cc openbox.cc screen.cc \ buttonwidget.cc python.cc bindings.cc \ openbox_wrap.cc -scriptdir_DATA = openbox.py +script_DATA = openbox.py + +EXTRA_DIST = $(script_DATA) MAINTAINERCLEANFILES= Makefile.in |
