[libnotify/0.5] Use notify-features.h instead of features.h



commit dc66508e2e8a1b00bc5e6f1523b4a3488474a07c
Author: William Jon McCann <jmccann redhat com>
Date:   Sat Oct 9 01:15:12 2010 -0400

    Use notify-features.h instead of features.h

 configure.ac                                      |    2 +-
 libnotify/Makefile.am                             |    2 +-
 libnotify/{features.h.in => notify-features.h.in} |    0
 libnotify/notify.h                                |    2 +-
 4 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 641589f..ec30197 100644
--- a/configure.ac
+++ b/configure.ac
@@ -209,7 +209,7 @@ docs/Makefile
 docs/reference/Makefile
 libnotify.pc
 libnotify/Makefile
-libnotify/features.h
+libnotify/notify-features.h
 tests/Makefile
 tools/Makefile
 ])
diff --git a/libnotify/Makefile.am b/libnotify/Makefile.am
index 66abb80..632b8a5 100644
--- a/libnotify/Makefile.am
+++ b/libnotify/Makefile.am
@@ -8,7 +8,7 @@ lib_LTLIBRARIES = libnotify.la
 
 notify_headers = \
 	notify.h \
-	features.h \
+	notify-features.h \
 	notification.h
 
 notifyinc_HEADERS = \
diff --git a/libnotify/features.h.in b/libnotify/notify-features.h.in
similarity index 100%
rename from libnotify/features.h.in
rename to libnotify/notify-features.h.in
diff --git a/libnotify/notify.h b/libnotify/notify.h
index 334dfa2..b4968ec 100644
--- a/libnotify/notify.h
+++ b/libnotify/notify.h
@@ -27,7 +27,7 @@
 
 #include <libnotify/notification.h>
 #include <libnotify/notify-enum-types.h>
-#include <libnotify/features.h>
+#include <libnotify/notify-features.h>
 
 G_BEGIN_DECLS
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]