diff --git a/Makefile.am b/Makefile.am index cf336ffe..5eeb9e1e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/configure.ac b/configure.ac index 9c6339fe..475ee0b4 100644 --- a/configure.ac +++ b/configure.ac @@ -15,4 +15,4 @@ AM_INIT_AUTOMAKE(byobu, 2.83) # 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) diff --git a/usr/share/byobu/ec2/Makefile.am b/usr/share/byobu/ec2/Makefile.am new file mode 100644 index 00000000..23f8bf60 --- /dev/null +++ b/usr/share/byobu/ec2/Makefile.am @@ -0,0 +1,2 @@ +ec2dir = $(datadir)/@PACKAGE@/ec2 +ec2_DATA = rates.eu_ie rates.us_ca rates.us_va