Use notify-features.h instead of features.h
This commit is contained in:
parent
2d9ba81998
commit
dc66508e2e
|
@ -209,7 +209,7 @@ docs/Makefile
|
|||
docs/reference/Makefile
|
||||
libnotify.pc
|
||||
libnotify/Makefile
|
||||
libnotify/features.h
|
||||
libnotify/notify-features.h
|
||||
tests/Makefile
|
||||
tools/Makefile
|
||||
])
|
||||
|
|
|
@ -8,7 +8,7 @@ lib_LTLIBRARIES = libnotify.la
|
|||
|
||||
notify_headers = \
|
||||
notify.h \
|
||||
features.h \
|
||||
notify-features.h \
|
||||
notification.h
|
||||
|
||||
notifyinc_HEADERS = \
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue