diff options
author | Ted Gould <ted@canonical.com> | 2009-01-29 13:05:14 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-01-29 13:05:14 -0600 |
commit | de80300e02efb93d3cf4bd06733dd8c691451de6 (patch) | |
tree | b84d9c14ef2cff95e49c42d07417b8f72ecf3189 /libindicate/Makefile.am | |
parent | fab825e1be63aad79b068f642b40de41d85f772b (diff) | |
download | libayatana-indicator-de80300e02efb93d3cf4bd06733dd8c691451de6.tar.gz libayatana-indicator-de80300e02efb93d3cf4bd06733dd8c691451de6.tar.bz2 libayatana-indicator-de80300e02efb93d3cf4bd06733dd8c691451de6.zip |
Changing the include directory from 1.0 to 0.1 which gives us more room to screw up
Diffstat (limited to 'libindicate/Makefile.am')
-rw-r--r-- | libindicate/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libindicate/Makefile.am b/libindicate/Makefile.am index 834af63..9fe05dc 100644 --- a/libindicate/Makefile.am +++ b/libindicate/Makefile.am @@ -14,7 +14,7 @@ BUILT_SOURCES = \ lib_LTLIBRARIES = \ libindicate.la -libindicateincludedir=$(includedir)/libindicate-1.0/libindicate +libindicateincludedir=$(includedir)/libindicate-0.1/libindicate indicate_headers = \ indicator.h \ |