diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2012-08-21 12:03:21 +0200 |
---|---|---|
committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2012-08-21 12:03:21 +0200 |
commit | 5df53a2c98d806f3b266d0032986d4dab3beb7a3 (patch) | |
tree | eae99c80f31d940226680a31100024cd2b4a71c4 | |
parent | 7d036b65aac90b646eb7845cfc8e229464f372f0 (diff) | |
download | ayatana-indicator-messages-5df53a2c98d806f3b266d0032986d4dab3beb7a3.tar.gz ayatana-indicator-messages-5df53a2c98d806f3b266d0032986d4dab3beb7a3.tar.bz2 ayatana-indicator-messages-5df53a2c98d806f3b266d0032986d4dab3beb7a3.zip |
Fix out-of-tree builds (for make distcheck)
-rw-r--r-- | po/POTFILES.in | 1 | ||||
-rw-r--r-- | test/Makefile.am | 5 |
2 files changed, 3 insertions, 3 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 21cd0b1..edb0388 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,4 +1,3 @@ [encoding: UTF-8] -src/messages-service-dbus.c src/indicator-messages.c src/messages-service.c diff --git a/test/Makefile.am b/test/Makefile.am index ebf2da2..4671446 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -38,8 +38,8 @@ noinst_LTLIBRARIES = \ libindicator-messages-service.la libindicator_messages_service_la_SOURCES = \ - $(top_srcdir)/src/indicator-messages-service.c \ - $(top_srcdir)/src/indicator-messages-service.h \ + $(top_builddir)/src/indicator-messages-service.c \ + $(top_builddir)/src/indicator-messages-service.h \ $(top_srcdir)/src/app-section.c \ $(top_srcdir)/src/app-section.h \ $(top_srcdir)/src/gactionmuxer.c \ @@ -52,6 +52,7 @@ libindicator_messages_service_ladir = \ libindicator_messages_service_la_CFLAGS = \ $(APPLET_CFLAGS) \ $(COVERAGE_CFLAGS) \ + -I$(top_builddir)/src \ -Wall \ -Wl,-Bsymbolic-functions \ -Wl,-z,defs \ |