added profiles makefile

This commit is contained in:
Live session user 2010-07-28 01:13:23 +00:00
commit b6f81fddae
3 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,6 @@
SUBDIRS = usr/share/applications \ SUBDIRS = usr/share/applications \
usr/share/byobu/ec2 \ usr/share/byobu/ec2 \
usr/share/byobu/profiles \
usr/share/doc/byobu \ usr/share/doc/byobu \
usr/lib/byobu \ usr/lib/byobu \
usr/share/man/man1 \ usr/share/man/man1 \

View file

@ -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/byobu/ec2/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/byobu/profiles/Makefile usr/share/doc/byobu/Makefile usr/lib/byobu/Makefile usr/share/man/man1/Makefile usr/bin/Makefile)

View file

@ -0,0 +1,2 @@
profilesdir = $(datadir)/@PACKAGE@/profiles
profiles_DATA = byoburc common Makefile.am NONE