mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-14 18:57:20 -07:00
added pixmaps makefile
This commit is contained in:
parent
d9decbe66e
commit
650cb05c44
3 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
SUBDIRS = usr/share/applications \
|
||||
usr/share/byobu/ec2 \
|
||||
usr/share/byobu/pixmaps \
|
||||
usr/share/byobu/profiles \
|
||||
usr/share/doc/byobu \
|
||||
usr/lib/byobu \
|
||||
|
|
|
@ -18,6 +18,7 @@ AM_INIT_AUTOMAKE(byobu, 2.83)
|
|||
AC_OUTPUT(Makefile \
|
||||
usr/share/applications/Makefile \
|
||||
usr/share/byobu/ec2/Makefile \
|
||||
usr/share/byobu/pixmaps/Makefile \
|
||||
usr/share/byobu/profiles/Makefile \
|
||||
usr/share/doc/byobu/Makefile \
|
||||
usr/lib/byobu/Makefile \
|
||||
|
|
2
usr/share/byobu/pixmaps/Makefile.am
Normal file
2
usr/share/byobu/pixmaps/Makefile.am
Normal file
|
@ -0,0 +1,2 @@
|
|||
pixmapsdir = $(datadir)/@PACKAGE@/pixmaps
|
||||
pixmaps_DATA = byobu.svg
|
Loading…
Add table
Add a link
Reference in a new issue