mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 14:03:18 -07:00
add ec2 makefile
This commit is contained in:
parent
38bcf1416f
commit
7843ba61ea
3 changed files with 9 additions and 2 deletions
|
@ -1 +1,6 @@
|
||||||
SUBDIRS = usr/share/applications usr/share/doc/byobu usr/lib/byobu usr/share/man/man1 usr/bin
|
SUBDIRS = usr/share/applications \
|
||||||
|
usr/share/byobu/ec2 \
|
||||||
|
usr/share/doc/byobu \
|
||||||
|
usr/lib/byobu \
|
||||||
|
usr/share/man/man1 \
|
||||||
|
usr/bin
|
||||||
|
|
|
@ -15,4 +15,4 @@ AM_INIT_AUTOMAKE(byobu, 2.83)
|
||||||
|
|
||||||
# Checks for library functions.
|
# Checks for library functions.
|
||||||
|
|
||||||
AC_OUTPUT(Makefile usr/share/applications/Makefile usr/share/doc/byobu/Makefile usr/lib/byobu/Makefile usr/share/man/man1/Makefile usr/bin/Makefile)
|
AC_OUTPUT(Makefile usr/share/applications/Makefile usr/share/byobu/ec2/Makefile usr/share/doc/byobu/Makefile usr/lib/byobu/Makefile usr/share/man/man1/Makefile usr/bin/Makefile)
|
||||||
|
|
2
usr/share/byobu/ec2/Makefile.am
Normal file
2
usr/share/byobu/ec2/Makefile.am
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
ec2dir = $(datadir)/@PACKAGE@/ec2
|
||||||
|
ec2_DATA = rates.eu_ie rates.us_ca rates.us_va
|
Loading…
Add table
Add a link
Reference in a new issue