diff options
author | Ted Gould <ted@gould.cx> | 2010-05-20 15:36:59 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-05-20 15:36:59 -0500 |
commit | a106e8d3b60167cb0c1b38d28fff93cff90d89ec (patch) | |
tree | 76cc1021863b07b007474a802dca56ab9cc7fc45 /src | |
parent | 8f8efd3b3472e7f795d30eb0c3d91c153f10f5a1 (diff) | |
download | ayatana-indicator-application-a106e8d3b60167cb0c1b38d28fff93cff90d89ec.tar.gz ayatana-indicator-application-a106e8d3b60167cb0c1b38d28fff93cff90d89ec.tar.bz2 ayatana-indicator-application-a106e8d3b60167cb0c1b38d28fff93cff90d89ec.zip |
Need to look for things in the source directory too!
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 28cd4c3..8cfd81f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -162,7 +162,7 @@ AppIndicator-0.1.gir: libappindicator.la AppIndicator_0_1_gir_INCLUDES = \ GObject-2.0 \ Gtk-2.0 -AppIndicator_0_1_gir_CFLAGS = $(INDICATOR_CFLAGS) +AppIndicator_0_1_gir_CFLAGS = $(INDICATOR_CFLAGS) -I$(srcdir) AppIndicator_0_1_gir_LIBS = libappindicator.la AppIndicator_0_1_gir_FILES = $(addprefix $(srcdir)/, $(introspection_sources)) |