mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 14:03:18 -07:00
added windows makefile
This commit is contained in:
parent
9fae232a46
commit
3bc657902e
3 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,7 @@ SUBDIRS = usr/share/applications \
|
|||
usr/share/byobu/pixmaps \
|
||||
usr/share/byobu/profiles \
|
||||
usr/share/byobu/tests \
|
||||
usr/share/byobu/windows \
|
||||
usr/share/doc/byobu \
|
||||
usr/lib/byobu \
|
||||
usr/share/man/man1 \
|
||||
|
|
|
@ -21,6 +21,7 @@ AC_OUTPUT(Makefile \
|
|||
usr/share/byobu/pixmaps/Makefile \
|
||||
usr/share/byobu/profiles/Makefile \
|
||||
usr/share/byobu/tests/Makefile \
|
||||
usr/share/byobu/windows/Makefile \
|
||||
usr/share/doc/byobu/Makefile \
|
||||
usr/lib/byobu/Makefile \
|
||||
usr/share/man/man1/Makefile usr/bin/Makefile)
|
||||
|
|
2
usr/share/byobu/windows/Makefile.am
Normal file
2
usr/share/byobu/windows/Makefile.am
Normal file
|
@ -0,0 +1,2 @@
|
|||
windowsdir = $(datadir)/@PACKAGE@/windows
|
||||
windows_SCRIPTS = common
|
Loading…
Add table
Add a link
Reference in a new issue