diff options
author | Ted Gould <ted@canonical.com> | 2009-01-07 20:24:47 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-01-07 20:24:47 -0600 |
commit | 4381e65e5c848433f2c3cac37d911f29fc7a5282 (patch) | |
tree | dbd4040c556d3a989026b712dc6063556da7ad3e | |
parent | 1068ff29ae8daba39a9b07a451a75a2e06f5e63c (diff) | |
download | libayatana-indicator-4381e65e5c848433f2c3cac37d911f29fc7a5282.tar.gz libayatana-indicator-4381e65e5c848433f2c3cac37d911f29fc7a5282.tar.bz2 libayatana-indicator-4381e65e5c848433f2c3cac37d911f29fc7a5282.zip |
Adding in a built sources tag to build the header file properly
-rw-r--r-- | libindicate/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libindicate/Makefile.am b/libindicate/Makefile.am index 3f40d6d..eec96fc 100644 --- a/libindicate/Makefile.am +++ b/libindicate/Makefile.am @@ -5,6 +5,9 @@ INCLUDES= \ EXTRA_DIST = \ indicate-server.xml +BUILT_SOURCES = \ + dbus-indicate-server.h + lib_LTLIBRARIES = \ libindicate.la |