mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-19 21:13:19 -07:00
added profiles makefile
This commit is contained in:
parent
7843ba61ea
commit
b6f81fddae
3 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
SUBDIRS = usr/share/applications \
|
||||
usr/share/byobu/ec2 \
|
||||
usr/share/byobu/profiles \
|
||||
usr/share/doc/byobu \
|
||||
usr/lib/byobu \
|
||||
usr/share/man/man1 \
|
||||
|
|
|
@ -15,4 +15,4 @@ AM_INIT_AUTOMAKE(byobu, 2.83)
|
|||
|
||||
# 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)
|
||||
|
|
2
usr/share/byobu/profiles/Makefile.am
Normal file
2
usr/share/byobu/profiles/Makefile.am
Normal file
|
@ -0,0 +1,2 @@
|
|||
profilesdir = $(datadir)/@PACKAGE@/profiles
|
||||
profiles_DATA = byoburc common Makefile.am NONE
|
Loading…
Add table
Add a link
Reference in a new issue