From 38bcf1416ff191a80d5696d2d4372e6d42d578f2 Mon Sep 17 00:00:00 2001 From: Live session user Date: Wed, 28 Jul 2010 00:51:17 +0000 Subject: [PATCH] add changelog, applications makefile.am --- ChangeLog | 1 + Makefile.am | 2 +- configure.ac | 2 +- usr/share/applications/Makefile.am | 2 ++ 4 files changed, 5 insertions(+), 2 deletions(-) create mode 120000 ChangeLog create mode 100644 usr/share/applications/Makefile.am diff --git a/ChangeLog b/ChangeLog new file mode 120000 index 00000000..d526672c --- /dev/null +++ b/ChangeLog @@ -0,0 +1 @@ +debian/changelog \ No newline at end of file diff --git a/Makefile.am b/Makefile.am index 34be018f..cf336ffe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1 @@ -SUBDIRS = usr/share/doc/byobu usr/lib/byobu usr/share/man/man1 usr/bin +SUBDIRS = usr/share/applications usr/share/doc/byobu usr/lib/byobu usr/share/man/man1 usr/bin diff --git a/configure.ac b/configure.ac index ba3669ac..9c6339fe 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/doc/byobu/Makefile usr/lib/byobu/Makefile usr/share/man/man1/Makefile usr/bin/Makefile) +AC_OUTPUT(Makefile usr/share/applications/Makefile usr/share/doc/byobu/Makefile usr/lib/byobu/Makefile usr/share/man/man1/Makefile usr/bin/Makefile) diff --git a/usr/share/applications/Makefile.am b/usr/share/applications/Makefile.am new file mode 100644 index 00000000..c89c60b3 --- /dev/null +++ b/usr/share/applications/Makefile.am @@ -0,0 +1,2 @@ +applicationdir = $(datadir)/applications/ +application_SCRIPTS = byobu.desktop