Use notify-features.h instead of features.h

This commit is contained in:
William Jon McCann 2010-10-09 01:15:12 -04:00
parent cb6f92ce5b
commit db7eb0180c
4 changed files with 3 additions and 3 deletions

View File

@ -212,7 +212,7 @@ docs/Makefile
docs/reference/Makefile
libnotify.pc
libnotify/Makefile
libnotify/features.h
libnotify/notify-features.h
tests/Makefile
tools/Makefile
])

View File

@ -15,7 +15,7 @@ lib_LTLIBRARIES = libnotify.la
notify_headers = \
notify.h \
features.h \
notify-features.h \
notification.h
notifyinc_HEADERS = \

View File

@ -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