From dd5d2de5364adf53c5b723fd6d089a17eaa101cf Mon Sep 17 00:00:00 2001 From: Jason Conti Date: Sat, 14 May 2011 14:18:05 -0400 Subject: Attempting to add icons to the install target. Will put them in correct locations later. --- data/icons/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 data/icons/Makefile.am (limited to 'data/icons/Makefile.am') diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am new file mode 100644 index 0000000..17e581c --- /dev/null +++ b/data/icons/Makefile.am @@ -0,0 +1,7 @@ +iconsdir = $(INDICATORICONSDIR) + +icons_DATA = \ + notification-read.svg \ + notification-unread.svg + +EXTRA_DIST = $(icons_DATA) -- cgit v1.2.3