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 2d9ba81998
commit dc66508e2e
4 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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