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



commit db7eb0180ce4851ebca2a9cd2b63deb6b2e29096
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 ac02d31..3943c92 100644
--- a/configure.ac
+++ b/configure.ac
@@ -212,7 +212,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 7e6cf85..56d5938 100644
--- a/libnotify/Makefile.am
+++ b/libnotify/Makefile.am
@@ -15,7 +15,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 58c63a3..cceb21e 100644
--- a/libnotify/notify.h
+++ b/libnotify/notify.h
@@ -26,7 +26,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]