diff options
author | Ted Gould <ted@canonical.com> | 2009-08-04 00:01:06 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-04 00:01:06 +0100 |
commit | 8850baa192b65b5b9b4985cab9a08aacb5fed9d1 (patch) | |
tree | 0f293fe9e173263331ff4f9b6c79bce7e6f18007 /src | |
parent | 34975226b63179098c77ad4cacd0609d417c1513 (diff) | |
download | libayatana-indicator-8850baa192b65b5b9b4985cab9a08aacb5fed9d1.tar.gz libayatana-indicator-8850baa192b65b5b9b4985cab9a08aacb5fed9d1.tar.bz2 libayatana-indicator-8850baa192b65b5b9b4985cab9a08aacb5fed9d1.zip |
A bunch of distcheck fixes to clean things up
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 02b70c1..97af739 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,6 +6,7 @@ indicator_applet_CFLAGS = \ -DG_LOG_DOMAIN=\""Indicator-Applet"\" \ -DDATADIR=\""$(datadir)"\" \ -DINDICATOR_DIR=\""$(libdir)/indicators/2"\" \ + -I$(srcdir)/.. \ $(APPLET_CFLAGS) indicator_applet_SOURCES = \ |