aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Conti <jason.conti@gmail.com>2011-05-14 14:30:28 -0400
committerJason Conti <jason.conti@gmail.com>2011-05-14 14:30:28 -0400
commit2c915439e39688a06d8929127afd38ef6e65f8c3 (patch)
tree96352315c88c97d704440140c7513e59f8dac572
parentd19be5c66eb6bb419da6a6baa7c6662dc5221c5e (diff)
downloadayatana-indicator-notifications-2c915439e39688a06d8929127afd38ef6e65f8c3.tar.gz
ayatana-indicator-notifications-2c915439e39688a06d8929127afd38ef6e65f8c3.tar.bz2
ayatana-indicator-notifications-2c915439e39688a06d8929127afd38ef6e65f8c3.zip
Forgot to add data/icons/Makefile to configure.ac.
-rw-r--r--Makefile.am3
-rw-r--r--configure.ac1
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 8a4e9a0..d8ab098 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,8 @@
SUBDIRS = \
src \
- data
+ data \
+ po
DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall
diff --git a/configure.ac b/configure.ac
index bebb647..69f1d0f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -186,6 +186,7 @@ AC_OUTPUT([
Makefile
src/Makefile
data/Makefile
+data/icons/Makefile
tests/Makefile
po/Makefile.in
])